项目作者: DiscourseForum

项目描述 :
Discourse Themes & Theme Components directory.
高级语言: Ruby
项目地址: git://github.com/DiscourseForum/DiscourseThemes.git
创建时间: 2020-08-18T04:06:54Z
项目社区:https://github.com/DiscourseForum/DiscourseThemes

开源协议:MIT License

下载


Discourse Themes & Theme Components

A directory of the best-looking themes and theme components for Discourse forum software.

Notice of Non-Affiliation and Disclaimer

We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with the Discourse.org, and Civilized Discourse Construction Kit, Inc or any of its subsidiaries or its affiliates.

The names Discourse, Discourse.org, Discourse logo as well as related names, marks, emblems and images are registered trademarks of their respective owners.

Submitting a Theme

Have a theme or theme component you want to share?

Simple & easy steps to submit

  • Fork DiscourseThemes.dev on GitHub
  • [Optional] Make a 350x300 thumbnail and drop it in the images/[meta_topic_id] directory. Then, list its filename in the post’s markdown file. This step is optinal.
  • Create a new post in the _posts directory and fill out the relevant YAML fields. See /_drafts/1970-01-01-post-sample.md for an example. Authors usually post a topic on https://meta.discourse.org then copy & paste their markdown here.
  • Push your changes up and open a pull request.

Example

An example of Front Matter

  1. ---
  2. title: My amazing Discourse theme
  3. author: My name
  4. homepage: https://github.com/myrepo/owesome-addon
  5. download: https://github.com/myrepo/owesome-addon
  6. demo: https://theme-creator.discourse.org/theme/MyName/owesome-addon
  7. meta_topic_id: 99157649
  8. category: Themes
  9. thumbnail: /images/99157649/thumbnail.png
  10. license: MIT License
  11. license_link: https://github.com/myrepo/owesome-addon/blob/master/LICENSE
  12. ---
  13. Your markdown content goes here. Authors usually post a topic on https://meta.discourse.org then copy & paste their markdown here.

Note that

  • title, author, download, meta_topic_id, category are required.
  • category must be Themes, Theme Components, or Color Palettes. This field ONLY accepts a single category.
  • Other fields are recommended.

TODO

License

License: MIT