init
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
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
|
||||
Reference in New Issue
Block a user