jekyll_new - create a new site scaffold
Contents
Name
jekyll_new - create a new site scaffold
Options
The command creates a new Jekyll site scaffold in PATH. The argument is mandatory.
The following options control a new site's creation.
--blank
Create just the site scaffolding but with empty files.
--force
Force creation of the site even if the default or given destination PATH already exists.
--skip-bundle
Skip 'bundleinstall' which is run by default.
For a list of general options please read the jekyll(1) manual page.
See Also
jekyll(1)
Usage
jekyllnew[options...]PATH
