diff --git a/docs/cli/dev/index.html b/docs/cli/dev/index.html index eac7552f..c0f9222b 100644 --- a/docs/cli/dev/index.html +++ b/docs/cli/dev/index.html @@ -107,6 +107,9 @@
LEKTOR_DEV=1
environment variable.
@@ -205,6 +208,16 @@ exporting the LEKTOR_DEV=1
environment variable.
Publish a plugin to PyPI.
+ +new-theme
lektor dev new-theme [THEME_NAME]
This command creates a new theme.
+This will present you with a very short wizard that guides you through +creation of a new theme. At the end of it, it will create a basic theme +in a new subdirectory or in whatever other path you specify.
+This is the fastest way to creating a new theme.
+--path PATH
: The destination path--help
: print this help page.
Comments
+ + + + + +