-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
67 lines (61 loc) · 1.48 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
baseUrl = "https://njudii.github.io/blog/"
title = "DII的博客"
lanuageCode = 'zh-cn'
disablePathToLower = true
theme = "maupassant"
[author]
name = "DII的学生"
github = "https://github.com/njudii/blog/"
[params]
author = "DII的学生"
subtitle = "南大匡院学习分享平台"
busuanzi = true
localSearch = true
[[params.links]]
title = "Gitee镜像(供墙内访问)"
name = "Gitee镜像"
url = "https://njudii.gitee.io/blog/"
[[params.links]]
title = "匡院官网"
name = "匡院官网"
url = "https://dii.nju.edu.cn/"
[[params.links]]
title = "物院留学分享平台"
name = "物院留学分享平台"
url = "https://jialanxin.github.io/njuphy-/"
[[params.links]]
title = "软件教学系列"
name = "软件教学系列"
url = "https://itxia.github.io/soft/"
[menu]
[[menu.main]]
identifier = "about"
name = "关于"
url = "/about/"
weight = 2
[[menu.main]]
identifier = "archives"
name = "归档"
url = "/archives/"
weight = 3
[[menu.main]]
identifier = "categories"
name = "分类"
url = "/categories/"
weight = 4
[[menu.main]]
identifier = "tags"
name = "标签"
url = "/tags/"
weight = 5
[permalinks]
#post = "/:year/:month/:day/:filename/"
post = "/post/:filename/"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
lineNos = true
style = "monokai"