-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
60 lines (49 loc) · 1002 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
48
49
50
51
52
53
54
55
56
57
58
theme = "harbor"
baseurl = "https://cnspary.cn/"
title = " "
paginate = 5
languageCode = "en"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
footnoteReturnLinkContents = "^"
[Author]
name = "xingyu wang"
[outputs]
section = ["JSON", "HTML"]
[markup.goldmark.renderer]
unsafe = true
[[params.nav]]
identifier = "paper"
name = "paper"
icon = "fas fa-blog fa-lg"
url = "post"
weight = 3
[[params.nav]]
identifier = "article"
name = "article"
icon = "fas fa-archive fa-lg"
url = "article"
weight = 3
[[params.nav]]
identifier = "categories"
name = "Category"
icon = "fas fa-folder-open fa-lg"
url = "categories"
weight = 3
[[params.nav]]
identifier = "tags"
name = "Tags"
icon = "fas fa-tag fa-lg"
url = "tags"
weight = 3
[[params.nav]]
identifier = "tools"
name = "Misc"
icon = "fas fa-toolbox fa-lg"
url = "misc"
weight = 3
[params.logo]
url = "icon.png" # static/images/icon.png
width = 50
height = 50
alt = "Logo"