1HUGO-MOD-NPM(1) Hugo Manual HUGO-MOD-NPM(1)
2
3
4
6 hugo-mod-npm - Various npm helpers.
7
8
9
11 hugo mod npm [flags]
12
13
14
16 Various npm (Node package manager) helpers.
17
18
19
21 -h, --help[=false] help for npm
22
23
24
26 --clock="" set the clock used by Hugo, e.g. --clock
27 2021-11-06T22:30:00.00+09:00
28
29
30 --config="" config file (default is hugo.yaml|json|toml)
31
32
33 --configDir="config" config dir
34
35
36 --debug[=false] debug output
37
38
39 -e, --environment="" build environment
40
41
42 --ignoreVendorPaths="" ignores any _vendor for module paths match‐
43 ing the given Glob pattern
44
45
46 --log[=false] enable Logging
47
48
49 --logFile="" log File path (if set, logging enabled automatically)
50
51
52 --quiet[=false] build in quiet mode
53
54
55 -s, --source="" filesystem path to read files relative from
56
57
58 --themesDir="" filesystem path to themes directory
59
60
61 -v, --verbose[=false] verbose output
62
63
64 --verboseLog[=false] verbose logging
65
66
67
69 hugo-mod(1), hugo-mod-npm-pack(1)
70
71
72
73Hugo 0.111.3 Jul 2023 HUGO-MOD-NPM(1)