diff --git a/content/docs/themes/creating/contents.lr b/content/docs/themes/creating/contents.lr index 17f7a5c3..824fdfad 100644 --- a/content/docs/themes/creating/contents.lr +++ b/content/docs/themes/creating/contents.lr @@ -11,16 +11,9 @@ body: You could create a basic empty theme with the following command: ```bash -$ lektor new theme +$ 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