2 分钟阅读
https://gohugo.io/commands/hugo_gen_chromastyles/
为 Chroma 代码高亮器生成 CSS 样式表
为给定样式的 Chroma 代码高亮器生成 CSS 样式表。如果在配置中禁用了 markup.highlight.noClasses
,则需要此样式表。
请参阅 https://xyproto.github.io/splash/docs/all.html 以预览可用的样式。
hugo gen chromastyles [flags]
-h, --help 帮助信息
--highlightStyle string 用于突出显示行的样式(请参阅 https://github.com/alecthomas/chroma)(默认值为“bg:#ffffcc”)
--linesStyle string 用于行号的样式(请参阅 https://github.com/alecthomas/chroma)
--style string 高亮器样式(请参阅 https://xyproto.github.io/splash/docs/)(默认值为“friendly”)
--clock string 设置 Hugo 使用的时钟,例如 --clock 2021-11-06T22:30:00.00+09:00
--config string 配置文件(默认为 hugo.yaml|json|toml)
--configDir string 配置目录(默认为“config”)
--debug 调试输出
-e, --environment string 构建环境
--ignoreVendorPaths string 忽略与给定 Glob 模式匹配的模块路径中的任何 _vendor
--log 启用日志记录
--logFile string 日志文件路径(如果设置,将自动启用日志记录)
--quiet 在安静模式下构建
-s, --source string 从文件系统路径读取相对文件
--themesDir string 主题目录的文件系统路径
-v, --verbose 冗长输出
--verboseLog 冗长的日志记录