hugo gen chromastyles
hugo gen chromastyles
生成用于 Chroma 代码高亮的 CSS 样式表
概要
为给定的样式生成 Chroma 代码高亮的 CSS 样式表。如果在配置中禁用了 markup.highlight.noClasses
,则需要这个样式表。
请参阅 https://xyproto.github.io/splash/docs/all.html,了解可用样式的预览。
hugo gen chromastyles [flags] [args]
选项
-h, --help 帮助信息
--highlightStyle string 用于高亮行的样式(参见 https://github.com/alecthomas/chroma)
--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 调试输出
-d, --destination string 写入文件的文件系统路径
-e, --environment string 构建环境
--ignoreVendorPaths string 忽略与给定的 Glob 模式匹配的模块路径中的任何 _vendor
--logLevel string 日志级别(debug|info|warn|error)
--quiet 安静模式下构建
-s, --source string 从文件系统路径读取文件的相对路径
--themesDir string 主题目录的文件系统路径
-v, --verbose 详细输出
参见
- hugo gen - 一系列有用的生成器。