-
Notifications
You must be signed in to change notification settings - Fork 2
/
hugo.toml
69 lines (58 loc) · 1.34 KB
/
hugo.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
60
61
62
63
64
65
66
67
68
69
baseURL = "https://zak.ee"
title = "Zakee's Planet"
languageCode = "zh-CN"
defaultContentLanguage = 'zh'
hasCJKLanguage = true
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."
[params.author]
name = "Zakee"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.parser]
wrapStandAloneImageWithinParagraph = false
[markup.goldmark.parser.attribute]
block = true
title = true
[markup.goldmark.extensions.typographer]
disable = true
[markup.highlight]
codeFences = true
guessSyntax = false
noClasses = false
[taxonomies]
tag = "tags"
[params]
images = ["og-image.png"]
[menu]
[[menu.main]]
name = "Intro"
pageref = "/"
weight = 1
[menu.main.params]
description = "主页"
[[menu.main]]
name = "Writing"
pageref = "/writing"
weight = 10
[menu.main.params]
description = "文章"
[[menu.main]]
name = "Photo"
pageref = "/photo"
weight = 20
[menu.main.params]
description = "照片"
[[menu.main]]
name = "Link"
pageref = "/link"
weight = 30
[menu.main.params]
description = "联结"
[[menu.main]]
name = "About"
pageref = "/about"
weight = 40
[menu.main.params]
description = "关于"