NodeBB theme for No BS Czech
npm install @chladnefazole/nodebb-theme-quickstartquickstart to something else. Change all instances of that word in the following files:
package.json
plugin.json
theme.json
package.json, like this:
json
"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:
` json
"screenshot": "screenshot.png"
``