build
: Build the websiteclean
: Remove the output directoryconfig
: Print configurationhelp
: Get help for individual commandslist
: List contentnew
: Create a new contentnewsite
: Create a new websiteself-update
: Update Cecil to the latest versionserve
: Start the built-in web serverversion
: Display the version of the scriptnewsite
Create a new website in the current directory, or in
<path>
if provided.
Usage:
newsite [<path>] [--force|-f]
Arguments:
<path> Path to the Website
--force|-f Override the directory if already exist
new
Create a new content file (with a default title and current date).
Usage:
new <name> [<path>] [--force|-f]
Arguments:
<name> Page name
<path> Path to the Website
--force|-f Override the file if already exist
build
Build the website in the output directory.
Usage:
build [<path>] [--drafts|-d] [--verbose|-v] [--quiet|-q] [--baseurl=] [--destination=] [--dry-run]
Arguments:
<path> Path to the Website
--drafts|-d Include drafts
--verbose|-v Print build details
--quiet|-q Disable build messages
--baseurl Set the base URL
--destination Set the output directory
--dry-run Build without saving
serve
Start the live-reloading-built-in web server.
Usage:
serve [<path>] [--drafts|-d] [--open|-o]
Arguments:
<path> Path to the Website
--drafts|-d Include drafts
--open|-o Open browser automatically
Suggest a modification
Next