1HUGO-NEW-SITE(1)                  Hugo Manual                 HUGO-NEW-SITE(1)
2
3
4

NAME

6       hugo-new-site - Create a new site (skeleton)
7
8
9

SYNOPSIS

11       hugo new site [path] [flags]
12
13
14

DESCRIPTION

16       Create a new site in the provided directory.  The new site will have
17       the correct structure, but no content or theme yet.  Use hugo new
18       [contentPath] to create new content.
19
20
21

OPTIONS

23       --force[=false]
24           init inside non-empty directory
25
26
27       -f, --format="toml"
28           config  frontmatter format
29
30
31       -h, --help[=false]
32           help for site
33
34
35

OPTIONS INHERITED FROM PARENT COMMANDS

37       --config=""
38           config file (default is path/config.yaml|json|toml)
39
40
41       --configDir="config"
42           config dir
43
44
45       --debug[=false]
46           debug output
47
48
49       --log[=false]
50           enable Logging
51
52
53       --logFile=""
54           log File path (if set, logging enabled automatically)
55
56
57       --quiet[=false]
58           build in quiet mode
59
60
61       -s, --source=""
62           filesystem path to read files relative from
63
64
65       -v, --verbose[=false]
66           verbose output
67
68
69       --verboseLog[=false]
70           verbose logging
71
72
73

SEE ALSO

75       hugo-new(1)
76
77
78
79Hugo 0.55.6                        May 2019                   HUGO-NEW-SITE(1)
Impressum