-
Notifications
You must be signed in to change notification settings - Fork 11
/
config.toml
70 lines (64 loc) · 1.68 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
60
61
62
63
64
65
66
67
68
69
70
baseurl = "https://xiangyun.rbind.io/"
languageCode = "zh-CN"
title = "Xiangyun Huang | 黄湘云"
theme = "hugo-lithium"
googleAnalytics = "G-WF0Y8H10PV"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "\\.knit\\.md$", "\\.utf8\\.md$", "_cache$"]
preserveTaxonomyNames = true
footnotereturnlinkcontents = "↩"
hasCJKLanguage = true
enableEmoji = true
paginate = 9
rssLimit = 30
[permalinks]
[permalinks.page]
post = '/:year/:month/:slug/'
daily = '/:year/:month/:slug/'
business = '/:year/:month/:slug/'
[permalinks.section]
post = '/post/'
daily = '/daily/'
business = '/business/'
[[menu.main]]
name = "主页"
url = "/"
weight = 1
[[menu.main]]
name = "博客"
url = "/post/"
weight = 2
[[menu.main]]
name = "日志"
url = "/daily/"
weight = 3
[[menu.main]]
name = "商业"
url = "/business/"
weight = 4
[[menu.main]]
name = "书籍"
url = "/book/"
weight = 5
[[menu.main]]
name = "关于"
url = "/about/"
weight = 6
[params]
description = "A website built through Hugo and blogdown."
customCSS = ["css/custom.css"]
highlightjsVersion = "9.12.0"
highlightjsCDN = "//cdnjs.cloudflare.com/ajax/libs"
highlightjsLang = ["r", "yaml", "tex", "matlab", "mathematica"]
highlightjsTheme = "github"
fontawesomeVersion = "4.7.0"
fontawesomeCDN = "//cdnjs.cloudflare.com/ajax/libs"
MathJaxVersion = "2.7.5"
MathJaxCDN = "//cdnjs.cloudflare.com/ajax/libs"
GithubEdit = "https://github.com/rbind/xiangyun/edit/main/content/"
[markup]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
codeFences = false
[markup.tableOfContents]
startLevel = 1