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]
29 help for chromastyles
30
31
32 --highlightStyle="bg:#ffffcc"
33 style used for highlighting lines (see
34 ⟨https://github.com/alecthomas/chroma⟩)
35
36
37 --linesStyle=""
38 style used for line numbers (see
39 ⟨https://github.com/alecthomas/chroma⟩)
40
41
42 --style="friendly"
43 highlighter style (see ⟨https://help.farbox.com/pygments.html⟩)
44
45
46
48 --config=""
49 config file (default is path/config.yaml|json|toml)
50
51
52 --configDir="config"
53 config dir
54
55
56 --debug[=false]
57 debug output
58
59
60 --log[=false]
61 enable Logging
62
63
64 --logFile=""
65 log File path (if set, logging enabled automatically)
66
67
68 --quiet[=false]
69 build in quiet mode
70
71
72 -v, --verbose[=false]
73 verbose output
74
75
76 --verboseLog[=false]
77 verbose logging
78
79
80
82 hugo-gen(1)
83
84
85
86Hugo 0.55.6 May 2019 HUGO-GEN-CHROMASTYLES(1)