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