custom
本部分是指对站点自定义的配置
custom: # custom font for the whole site
font:
chinese: # custom font for Chinese
enable: false
font_family: # the font family name of the url below
font_url: # The url to the font stylesheet file (css)
english: # custom font for English
enable: false
font_family: # the font family name of the url below
font_url: # The url to the font stylesheet file (css)
font
对全站字体(除了首页文章标题)进行自定义。
chinese是指中文字体enable是否启用font_family字体名称,比如Roboto等font_url字体样式文件地址(CSS),比如 Google Font 中
这个就是 CSS样式文件地址
english是指英文字体,配置同上
formats
font_size是指文章字体大小。建议保持默认16px,但是如果自定义字体比较小的话,可以稍微改大一点line_height是指行距,默认1.5。如无特别需要不建议更改。