[master] Changing example theme creation command and fixing typo.

This commit is contained in:
Joseph Nix 2018-04-25 11:57:58 -05:00
parent a917d6f3a9
commit 99ba66201b
1 changed files with 2 additions and 9 deletions

View File

@ -11,16 +11,9 @@ body:
You could create a basic empty theme with the following command:
```bash
$ lektor new theme <theme-name>
$ lektor dev new-theme
```
Example:
```bash
$ lektor new theme demo-theme
```
## Theme Components:
A theme could provide templates, assets, and models (also flowblocks):
@ -30,7 +23,7 @@ demo-theme
├── assets
├── models
├── templates
└── flowdocks
└── flowblocks
```
## The theme_settings Variable