1JEKYLL(1)                        User Commands                       JEKYLL(1)
2
3
4

NAME

6       jekyll - manual page for jekyll 4.2.0
7

DESCRIPTION

9       jekyll 4.2.0 -- Jekyll is a blog-aware, static site generator in Ruby
10
11       Usage:
12
13              jekyll <subcommand> [options]
14

OPTIONS

16       -s, --source [DIR]
17              Source directory (defaults to ./)
18
19       -d, --destination [DIR]
20              Destination directory (defaults to ./_site)
21
22       --safe Safe mode (defaults to false)
23
24       -p, --plugins PLUGINS_DIR1[,PLUGINS_DIR2[,...]]
25              Plugins directory (defaults to ./_plugins)
26
27       --layouts DIR
28              Layouts directory (defaults to ./_layouts)
29
30       --profile
31              Generate a Liquid rendering profile
32
33       -h, --help
34              Show this message
35
36       -v, --version
37              Print the name and version
38
39       -t, --trace
40              Show the full backtrace when an error occurs
41
42   Subcommands:
43              compose  docs import build, b              Build your site clean
44              Clean the site (removes site output and metadata  file)  without
45              building.   doctor, hyde          Search site and print specific
46              deprecation warnings help                  Show  the  help  mes‐
47              sage,     optionally    for    a    given    subcommand.     new
48              Creates  a  new  Jekyll  site   scaffold   in   PATH   new-theme
49              Creates  a new Jekyll theme scaffold serve, server, s      Serve
50              your site locally
51
52
53
54jekyll 4.2.0                     February 2021                       JEKYLL(1)
Impressum