-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-example.toml
86 lines (78 loc) · 2.12 KB
/
config-example.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
baseURL = "http://theme-fd.xnzone.eu.org/"
languageCode = "en-us"
title = "XNZONE"
theme = "theme-fd"
[[menu.main]] # config your menu # 配置目录
name = "首页" # can change if you want # 可以修改
weight = 10 # 0 represent disable # 0代表不启用
identifier = "svgs/home.svg" # don't modify # 不要修改这个内容
url = "/" # better to no change # 最好不要修改这个
[[menu.main]]
name = "关于"
weight = 20
identifier = "svgs/about.svg"
url = "/about/"
[[menu.main]]
name = "归档"
weight = 30
identifier = "svgs/archive.svg"
url = "/archive/"
[[menu.main]]
name = "链接"
weight = 40
identifier = "svgs/link.svg"
url = "/links/"
[[menu.main]]
name = "留言"
weight = 50
identifier = "svgs/comments.svg"
url = "/guestbook/"
[params]
thumbs = "https://gitcode.net/xnzone/solar/-/raw/master"
quote = "知道越多,懂的越少"
since = "2019-05-01"
favicon = "https://gitcode.net/xnzone/solar/-/raw/master/favicon.png"
comment = "disqus" # only can set valine or disqus # 只能配置valine或者disqus
[params.reward]
enable = true
wechat = "/images/wechat-reward.png"
[params.valine]
appid = ""
appkey = ""
[params.disqus]
name = "theme-fd"
[params.busuanzi]
enable = true
[params.headers.home]
enable = true
name = "全部"
url = "/"
weight = 10
[params.headers.tech]
enable = true
name = "技术"
url = "/category/tech/"
weight = 20
[params.headers.wiki]
enable = true
name = "知识库"
url = "/category/wiki/"
weight = 30
[params.headers.life]
enable = true
name = "生活"
url = "/category/life/"
weight = 40
[taxonomies]
category = "category"
[markup]
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "monokai"
tabWidth = 2