Quickstart Theming Shell
Find a file
Julian Lam 26ffa901f8 fix: apply nodebb/nodebb-theme-harmony@f40603ea5c
- Removes chat header widget area and adds topic breadcrumb option to quickstart theme

cc @barisusakli
2024-09-03 12:58:26 -04:00
lib fix: apply nodebb/nodebb-theme-harmony@f40603ea5c 2024-09-03 12:58:26 -04:00
public style: eslint configuration 2021-12-04 13:38:04 -05:00
scss Update overrides.scss 2023-10-06 18:01:26 -04:00
templates fix: apply nodebb/nodebb-theme-harmony@f40603ea5c 2024-09-03 12:58:26 -04:00
.eslintrc style: eslint configuration 2021-12-04 13:38:04 -05:00
.gitignore style: eslint configuration 2021-12-04 13:38:04 -05:00
commitlint.config.js style: eslint + husky + commitlint 2021-02-25 19:01:01 -05:00
package.json fix: #11 2024-01-01 18:32:24 -05:00
plugin.json update theme to resolved missing fonts 2024-01-04 12:59:04 -05:00
README.md update readme 2023-05-18 11:32:13 -04:00
theme.json Update theme.json 2024-01-01 18:19:00 -05:00
theme.scss update theme to resolved missing fonts 2024-01-04 12:59:04 -05:00
yarn.lock style: eslint configuration 2021-12-04 13:38:04 -05:00

Quickstart Theme for NodeBB

This repository contains all of the preparatory work for a theme based off of the Harmony theme. If you'd like to base your theme off another supported theme instead, switch to the appropriate branch:

Fork it to create your own theme based off of it!

Some things to change

  • You should rename this theme from quickstart to something else. Change all instances of that word in the following files:
    • package.json
    • plugin.json
    • theme.json

When you're done...

Be sure to add some other metadata to the package.json, like this:

"author": {
    "name": "Your Name",
    "email": "Your Email",
    "url": "Your website"
},
"repository": {
    "type": "git",
    "url": "https://github.com/{your-username}/{your-repository}"
},
"bugs": {
    "url": "https://github.com/{your-username}/{your-repository}/issues"
}

Also, add a screenshot! Take a picture of your theme, and save it as "screenshot.png" in the root of your theme folder, then add this to theme.json:

"screenshot": "screenshot.png"

Credits

Material theme by pichalite.