From 99ba66201b10f84f599491d3418b214d47156a6a Mon Sep 17 00:00:00 2001 From: Joseph Nix Date: Wed, 25 Apr 2018 11:57:58 -0500 Subject: [PATCH] [master] Changing example theme creation command and fixing typo. --- content/docs/themes/creating/contents.lr | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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