update readme

This commit is contained in:
psychobunny 2016-09-29 16:47:28 -04:00
parent 2a02b33a4c
commit 06e5c0b41f

View File

@ -1,6 +1,10 @@
# Quickstart Theme for NodeBB
This repository contains all of the preparatory work for a theme based off of the [Persona theme](https://github.com/NodeBB/nodebb-theme-persona). If you'd like to base your theme off [Lavender](https://github.com/NodeBB/nodebb-theme-lavender) or [Vanilla](https://github.com/NodeBB/nodebb-theme-vanilla) instead, switch to the appropriate branch.
This repository contains all of the preparatory work for a theme based off of the [Persona theme](https://github.com/NodeBB/nodebb-theme-persona). If you'd like to base your theme off another supported theme instead, switch to the appropriate branch:
* [Lavender](https://github.com/NodeBB/nodebb-theme-lavender)
* [Vanilla](https://github.com/NodeBB/nodebb-theme-vanilla)
* [Material](https://github.com/pichalite/nodebb-theme-material)
Fork it to create your own theme based off of it!
@ -34,4 +38,8 @@ Also, add a screenshot! Take a picture of your theme, and save it as "screenshot
``` json
"screenshot": "screenshot.png"
```
```
### Credits
Material theme by [pichalite](https://github.com/pichalite).