From 2c0b21d33dcde85556c6219539cc3ccb5f1e4439 Mon Sep 17 00:00:00 2001 From: Jeff Dairiki Date: Sat, 11 Mar 2023 13:33:39 -0800 Subject: [PATCH] docs(themes): add page for `lektor dev new-theme` subcommand --- content/docs/cli/dev/new-theme/contents.lr | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 content/docs/cli/dev/new-theme/contents.lr diff --git a/content/docs/cli/dev/new-theme/contents.lr b/content/docs/cli/dev/new-theme/contents.lr new file mode 100644 index 00000000..0ded274e --- /dev/null +++ b/content/docs/cli/dev/new-theme/contents.lr @@ -0,0 +1,24 @@ +comment: This file is auto generated by dump-cli-help.py +--- +title: new-theme +--- +summary: Creates a new theme +--- +type: cmdlet +--- +body: + +`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. + +## Options + +- `--path PATH`: The destination path +- `--help`: print this help page.