-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
53 lines (43 loc) · 844 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
baseURL = "https://kang8.github.io/"
languageCode = "en-us"
title = "Kang's Blog"
theme = "simple"
# hughlighting
pygmentsstyle = "dracula"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
# 参数
[params]
avatar = "https://cdn.jsdelivr.net/gh/yk17310320725/picBed/img/20200805204651.png"
favicon = true
math = true
# 导航栏
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Posts"
url = "/posts"
weight = 2
[[menu.main]]
name = "Books"
url = "/books"
weight = 3
[[menu.main]]
name = "About"
url = "/about"
weight = 4
# 图标
[[params.social]]
name = "Github"
icon = "fab fa-github"
url = "https://github.com/kang8"
[[params.social]]
name = "Twitter"
icon = "fab fa-twitter"
url = "https://twitter.com/kang__98"
[[params.social]]
name = "RSS"
icon = "fas fa-rss"
url = "/index.xml"