eleventy <folders>
Eleventy is a simpler static site generator
Arguments
Name | Description |
---|
folders | folders |
Options
Name | Description |
---|
-h, --help | Show help message and exit |
-v, --version | Show program's version number and exit |
--quiet | Don’t print all written files |
--watch | Wait for files to change and automatically rewrite |
--dryrun | Don’t write any files |
--input <Template File> | Input template files |
--output <arg> | Write HTML output to this folder |
--serve | Run web server on port and watch them too |
--port <port> | Run Web Server on specified port |
--formats <Template Names Separated by ,> | Whitelist only certain template types |
--config <Config File> | Override the eleventy config file path |
--pathprefix <Subdirectory> | Change all url template filters to use this subdirectory |