-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.toml
47 lines (38 loc) · 999 Bytes
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
baseURL = "https://zburu.com/"
languageCode = "en-us"
title = "子舒的博客"
theme = "Reader"
paginate = 999
[markup]
[markup.tableOfContents] # 文章目录
endLevel = 3
ordered = false
[markup.highlight]
style ="base16-snazzy" # 高亮风格
lineNos = false # 是否显示行号
[markup.goldmark] # 是否在md文件中渲染html代码
[markup.goldmark.renderer]
unsafe = true
[outputs]
home = ["HTML", "RSS", "JSON"]
[params]
title = "不如吃茶去"
logo = "https://cdn.zburu.com/author1.png"
author = "子舒"
favicon = "https://cdn.zburu.com/favicon.ico"
buildDate = "2020-06-14"
beian = "浙ICP备2022002453号-2"
[permalinks]
blog = "/blog/:slug.html/"
[[params.socials]]
name = "博客"
link = "/blog/"
[[params.socials]]
name = "留言"
link = "/message/"
[[params.socials]]
name = "关于"
link = "/about/"
[[params.socials]]
name = "实验室"
link = "/lab/"