@nodebb/nodebb-theme-community
The Persona-variant theme for the forum at https://community.nodebb.org
Last updated 10 months ago .
· Original npm · Tarball · package.json
$ cnpm install @nodebb/nodebb-theme-community 
SYNC missed versions from official npm registry.

Quickstart Theme for NodeBB

This repository contains all of the preparatory work for a theme based off of the Persona 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.

Current Tags

  • 1.1.0                                ...           latest (10 months ago)

10 Versions

  • 1.0.5                                ...           a year ago
  • 1.0.0                                ...           2 years ago
  • 1.0.1                                ...           2 years ago
  • 1.0.2                                ...           a year ago
  • 1.0.3                                ...           a year ago
  • 1.0.4                                ...           a year ago
  • 1.0.6                                ...           a year ago
  • 1.0.7                                ...           a year ago
  • 1.0.8                                ...           a year ago
  • 1.1.0                                ...           10 months ago
Dependencies (3)
Dev Dependencies (7)

Copyright © npmmirror.com | 浙ICP备15033595号-63 |