v0.2.0
What's Changed
- feat: allow local font config by @D-Sketon in fc21fc6
- feat: code_block expand by @D-Sketon in a530a47
- fix: add missing tokens by @D-Sketon in 8caee83
- perf: treeshake social icon by @D-Sketon in 541391c
修复
- 修复了部分 css token 未统一的问题
特性
- 添加了配置用于控制代码块的默认展开状态,
expand
可以设置为true
、false
或数字,数字表示当代码块的行数大于该数字时默认收缩。code_block: expand: true # true | false | number
- 添加了
local_font
配置用于定义本机兜底字体,其优先级比谷歌字体低:local_font: article: - "-apple-system" - PingFang SC - Microsoft YaHei - sans-serif code: - Menlo - Monaco - Consolas - monospace
性能
- CSS 持续性 tree-shaking,现在
social
中只有用到的图标会被打包
Full Changelog: v0.1.0...v0.2.0