https://github.com/codecademy/discourse-curriculum-cards-theme
https://github.com/codecademy/discourse-curriculum-cards-theme
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/codecademy/discourse-curriculum-cards-theme
- Owner: Codecademy
- Created: 2022-01-21T17:52:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-17T18:29:47.000Z (about 4 years ago)
- Last Synced: 2025-09-30T11:49:12.467Z (6 months ago)
- Language: HTML
- Size: 31.3 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Discourse theme component that adds related curriculum cards to the bottom of each topic page that is in a relevant category
Discourse's dev documentation is unfortunately limited to blog posts and their own source code. Here are some resources you might find useful:
- [developer's guide to discourse themes](https://meta.discourse.org/t/developer-s-guide-to-discourse-themes/93648)
- [a tour of how the widget virtual DOM code in discourse works](https://meta.discourse.org/t/a-tour-of-how-the-widget-virtual-dom-code-in-discourse-works/40347)
- [github search for discourse's available plugin outlets](https://github.com/discourse/discourse/search?q=plugin-outlet&unscoped_q=plugin-outlet)
- [splitting up theme javascript into multiple files](https://meta.discourse.org/t/splitting-up-theme-javascript-into-multiple-files/119369)
- [how to add settings to your discourse theme](https://meta.discourse.org/t/how-to-add-settings-to-your-discourse-theme/82557)