Skip to content

Commit

Permalink
REFACTOR: remove template overrides, modernize component (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot authored Feb 16, 2024
1 parent 3aaf025 commit 38eaff6
Show file tree
Hide file tree
Showing 39 changed files with 1,835 additions and 1,213 deletions.
8 changes: 0 additions & 8 deletions .eslintrc

This file was deleted.

1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require("@discourse/lint-configs/eslint-theme");
48 changes: 0 additions & 48 deletions .github/workflows/component-linting.yml

This file was deleted.

147 changes: 0 additions & 147 deletions .github/workflows/component-tests.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/discourse-theme.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Discourse Theme

on:
push:
branches:
- main
pull_request:

jobs:
ci:
uses: discourse/.github/.github/workflows/discourse-theme.yml@v1
1 change: 0 additions & 1 deletion .prettierrc

This file was deleted.

1 change: 1 addition & 0 deletions .prettierrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require("@discourse/lint-configs/prettier");
1 change: 1 addition & 0 deletions .template-lintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require("@discourse/lint-configs/template-lint");
4 changes: 0 additions & 4 deletions .template-lintrc.js

This file was deleted.

7 changes: 5 additions & 2 deletions about.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "Fakebook",
"about_url": "https://meta.discourse.org/t/fakebook-a-theme-for-social-media-lovers/109079",
"license_url": "https://github.com/discourse/Fakebook/blob/main/LICENSE",
"assets": {
},
"assets": {},
"color_schemes": {
"Fakebook": {
"primary": "333",
Expand All @@ -19,6 +18,10 @@
}
},
"modifiers": {
"topic_thumbnail_sizes": [
[400, 400],
[800, 800]
],
"serialize_topic_excerpts": true
}
}
Loading

0 comments on commit 38eaff6

Please sign in to comment.