1HUGO-GEN-CHROMASTYLES(1) Hugo Manual HUGO-GEN-CHROMASTYLES(1)
2
3
4
6 hugo-gen-chromastyles - Generate CSS stylesheet for the Chroma code
7 highlighter
8
9
10
12 hugo gen chromastyles [flags]
13
14
15
17 Generate CSS stylesheet for the Chroma code highlighter for a given
18 style. This stylesheet is needed if pygmentsUseClasses is enabled in
19 config.
20
21
22 See https://help.farbox.com/pygments.html for preview of available
23 styles
24
25
26
28 -h, --help[=false] help for chromastyles
29
30
31 --highlightStyle="bg:#ffffcc" style used for highlighting lines
32 (see https://github.com/alecthomas/chroma)
33
34
35 --linesStyle="" style used for line numbers (see
36 https://github.com/alecthomas/chroma)
37
38
39 --style="friendly" highlighter style (see https://help.far‐
40 box.com/pygments.html)
41
42
43
45 --config="" config file (default is path/config.yaml|json|toml)
46
47
48 --configDir="config" config dir
49
50
51 --debug[=false] debug output
52
53
54 -e, --environment="" build environment
55
56
57 --ignoreVendor[=false] ignores any _vendor directory
58
59
60 --ignoreVendorPaths="" ignores any _vendor for module paths match‐
61 ing the given Glob pattern
62
63
64 --log[=false] enable Logging
65
66
67 --logFile="" log File path (if set, logging enabled automatically)
68
69
70 --quiet[=false] build in quiet mode
71
72
73 -s, --source="" filesystem path to read files relative from
74
75
76 --themesDir="" filesystem path to themes directory
77
78
79 -v, --verbose[=false] verbose output
80
81
82 --verboseLog[=false] verbose logging
83
84
85
87 hugo-gen(1)
88
89
90
91Hugo 0.80.0 Sep 2021 HUGO-GEN-CHROMASTYLES(1)