1HUGO-NEW-THEME(1)Apr(2020) HUGO-NEW-THEME(1)Apr(2020)
2
3
4
5Hugo 0.69.0 Hugo Manual
6
7
9 hugo-new-theme - Create a new theme
10
11
12
14 hugo new theme [name] [flags]
15
16
17
19 Create a new theme (skeleton) called [name] in the current directory.
20 New theme is a skeleton. Please add content to the touched files. Add
21 your name to the copyright line in the license and adjust the
22 theme.toml file as you see fit.
23
24
25
27 -h, --help[=false] help for theme
28
29
30
32 --config="" config file (default is path/config.yaml|json|toml)
33
34
35 --configDir="config" config dir
36
37
38 --debug[=false] debug output
39
40
41 -e, --environment="" build environment
42
43
44 --ignoreVendor[=false] ignores any _vendor directory
45
46
47 --log[=false] enable Logging
48
49
50 --logFile="" log File path (if set, logging enabled automatically)
51
52
53 --quiet[=false] build in quiet mode
54
55
56 -s, --source="" filesystem path to read files relative from
57
58
59 --themesDir="" filesystem path to themes directory
60
61
62 -v, --verbose[=false] verbose output
63
64
65 --verboseLog[=false] verbose logging
66
67
68
70 hugo-new(1)
71
72
73
74 HUGO-NEW-THEME(1)Apr(2020)