Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

jekyll_new - create a new site scaffold

Author

       This  manual  page  was  written by DanielLeidert <dleidert@debian.org>, for the Debian GNU/Linux system
       (but may be used by others).

Jekyll 3.9                                         2020-10-30                                      JEKYLL_NEW(1)

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

See Also