Skip to content

Commit

Permalink
REFACTOR: Overall update using new plugin outlets & GJS components, s…
Browse files Browse the repository at this point in the history
…tyle updates (#12)

* Initial commit by `discourse_theme` CLI

* init

* init

* community guidelines

* init

* lint

* lint

* refactor

* refactor

* license

* lint

* lint

* lint

* lint

* lint

* blocks
  • Loading branch information
carsick authored Jun 11, 2024
1 parent 48354a1 commit 59b38bf
Show file tree
Hide file tree
Showing 137 changed files with 5,011 additions and 10,846 deletions.
Empty file added .discourse-compatibility
Empty file.
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
.discourse-site
node_modules
HELP
trash
.DS_Store
bun.lockb
.discourse-site
3 changes: 3 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": ["stylelint-config-standard-scss", "stylelint-config-clean-order"]
}
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Central

**Theme Summary**

For more information, please see: **url to meta topic**
49 changes: 11 additions & 38 deletions about.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,16 @@
{
"about_url": null,
"license_url": null,
"name": "Central",
"assets": {
"icons-sprite": "/assets/outlined.svg"
},
"authors": "Carson",
"about_url": "TODO: Put your theme's public repo or Meta topic URL here",
"license_url": "TODO: Put your theme's LICENSE URL here",
"learn_more": "TODO",
"theme_version": "0.0.1",
"minimum_discourse_version": null,
"maximum_discourse_version": null,
"assets": {},
"modifiers": {
"serialize_topic_excerpts": true,
"enable_mobile_theme": false
// "custom_homepage": "true",
"serialize_topic_excerpts": "true"
},
"components": [
"https://github.com/discourse/discourse-clickable-topic.git",
"https://github.com/discourse/discourse-header-search.git",
"https://github.com/discourse/discourse-category-icons.git"
],
"color_schemes": {
"Central Dark": {
"primary": "cccccc",
"secondary": "18191A",
"tertiary": "0093FF",
"quaternary": "006937",
"header_background": "202020",
"header_primary": "cccccc",
"highlight": "CEDFD7",
"danger": "A92E2E",
"success": "1ca551",
"love": "fa6c8d"
},
"Central Light": {
"primary": "121212",
"secondary": "ffffff",
"tertiary": "0093FF",
"quaternary": "006937",
"header_background": "ffffff",
"header_primary": "121212",
"highlight": "CEDFD7",
"danger": "A92E2E",
"success": "1ca551",
"love": "fa6c8d"
}
}
"color_schemes": {}
}
Empty file added assets/.gitkeep
Empty file.
4,246 changes: 0 additions & 4,246 deletions assets/outlined.svg

This file was deleted.

Loading

0 comments on commit 59b38bf

Please sign in to comment.