20 lines
448 B
YAML
20 lines
448 B
YAML
baseURL: https://sfclub.cc/~sfcraft
|
|
locale: zh-CN
|
|
defaultContentLanguage: zh
|
|
title: SFCraft 文档
|
|
theme: hugo-book
|
|
|
|
params:
|
|
BookTheme: auto # 明/暗跟随系统
|
|
BookSection: '*' # 每个顶层 section 渲染为侧边栏一个栏目
|
|
BookToC: true
|
|
BookSearch: true
|
|
|
|
markup:
|
|
goldmark:
|
|
renderer:
|
|
unsafe: true # hugo-book 与 hugo-admonitions 均需要
|
|
tableOfContents:
|
|
startLevel: 1
|
|
endLevel: 3
|