-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
46 lines (38 loc) · 786 Bytes
/
config.toml
File metadata and controls
46 lines (38 loc) · 786 Bytes
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
baseURL = 'https://blog.coherence.codes/'
languageCode = 'zh-cn'
defaultContentLanguage = "zh"
title = "Coherence's Blog"
copyright = "Coherence. 本站遵循 CC BY-NC-SA 4.0 协议"
theme = "diary"
[sitemap]
changeFreq = ''
filename = 'sitemap.xml'
priority = -1
[[menu.main]]
url = "/posts"
name = "存档"
weight = 1
[[menu.main]]
url = "/tags"
name = "标签"
weight = 2
[[menu.main]]
url = "/categories"
name = "分类"
weight = 3
[[menu.main]]
url = "/friends"
name = "友链"
weight = 4
[[menu.main]]
url = "/about"
name = "关于"
weight = 5
[[menu.main]]
url = "/index.xml"
name = "RSS Feed"
weight = 6
[params]
plausibleAnalyticsServer = "https://analytics.coherence.space"
googleSiteVerification = "3MbbliKSwhNvv713tGB2RL8xvrJC404x1BFONabsw7g"
enableLaTeX=true