-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REFACTOR: Overall update using new plugin outlets & GJS components, s…
…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
Showing
137 changed files
with
5,011 additions
and
10,846 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"extends": ["stylelint-config-standard-scss", "stylelint-config-clean-order"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.