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 markup.highlight.noClasses is dis‐
19 abled in config.
20
21
22 See https://xyproto.github.io/splash/docs/all.html for a preview of the
23 available 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
40 https://xyproto.github.io/splash/docs/)
41
42
43
45 --clock="" set the clock used by Hugo, e.g. --clock
46 2021-11-06T22:30:00.00+09:00
47
48
49 --config="" config file (default is hugo.yaml|json|toml)
50
51
52 --configDir="config" config dir
53
54
55 --debug[=false] debug output
56
57
58 -e, --environment="" build environment
59
60
61 --ignoreVendorPaths="" ignores any _vendor for module paths match‐
62 ing the given Glob pattern
63
64
65 --log[=false] enable Logging
66
67
68 --logFile="" log File path (if set, logging enabled automatically)
69
70
71 --quiet[=false] build in quiet mode
72
73
74 -s, --source="" filesystem path to read files relative from
75
76
77 --themesDir="" filesystem path to themes directory
78
79
80 -v, --verbose[=false] verbose output
81
82
83 --verboseLog[=false] verbose logging
84
85
86
88 hugo-gen(1)
89
90
91
92Hugo 0.111.3 Jul 2023 HUGO-GEN-CHROMASTYLES(1)