-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
59 lines (53 loc) · 1.14 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
baseURL = "https://chenkai.life"
languageCode = "zh-cn"
title = "CK's Blog"
theme = "hugo-theme-coder"
paginate = 16
enableGitInfo = true
[params]
hideFooter = true
hideCredits = true
hideCopyright = true
colorScheme = "auto"
hidecolorschemetoggle = false
customSCSS = ["scss/custom.scss"]
customJS = ["js/custom.js", "js/font.min.js"]
editUrl = "https://github.com/ckvv/ckvv.github.io/edit/main"
[taxonomies]
# category = "categories"
tag = "tags"
# Menu links
[[menu.main]]
name = "Home"
weight = 1
url = "/"
# [[menu.main]]
# name = "Categories"
# weight = 2
# url = "categories/"
[[menu.main]]
name = "Tags"
weight = 3
url = "tags/"
[[menu.main]]
name = "Marks"
weight = 4
url = "marks/"
[[menu.main]]
name = "Create"
weight = 5
url = "https://github.com/ckvv/ckvv.github.io/tree/main/content"
[[menu.main]]
name = "About"
weight = 6
url = "about/"
[frontmatter]
date = [ "date", ":git", ":fileModTime", ":default" ]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
endLevel = 3
ordered = false
startLevel = 1