-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
112 lines (94 loc) · 2.2 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
baseurl = "https://limingxie.github.io/"
languageCode = "en"
DefaultContentLanguage = "en"
title = "Website of li_mingxie"
theme = "anatole"
summarylength = 10
enableEmoji = true
enableRobotsTXT = true
# Enable Disqus
#disqusShortname = ""
# Google Analytics
#googleAnalytics = "UA-123-45"
[params]
title = "爱锻炼的程序员"
author = "李明燮(li_mingxie)"
description = "宅男 + 屌丝 + 程序员"
profilePicture = "images/limingxie.png"
keywords = ""
favicon = "favicons/"
customCss = []
customJs = []
mainSections = ["java"]
images = ["images/site-feature-image.png"]
# Google Site Verification
#googleSiteVerify = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
## Math settings
[params.math]
enable = false # options: true, false. Enable math support globally, default: false. You can always enable math on per page.
use = "katex" # options: "katex", "mathjax". default is "katex".
## Social links
# use 'fab' when brand icons, use 'fas' when standard solid icons.
# [[params.socialIcons]]
# icon = "fab fa-linkedin"
# title = "Linkedin"
# url = "https://de.linkedin.com/"
# [[params.socialIcons]]
# icon = "fab fa-github"
# title = "GitHub"
# url = "https://github.com/lxndrblz/anatole/"
# [[params.socialIcons]]
# icon = "fab fa-instagram"
# title = "instagram"
# url = "https://www.instagram.com/"
[[params.socialIcons]]
icon = "fas fa-envelope"
title = "e-mail"
url = "mailto:[email protected]"
## Menu items
[menu]
[[menu.main]]
name = "Home"
identifier = "Home"
weight = 100
url = "/"
[[menu.main]]
name = "随笔"
identifier = "随笔"
weight = 100
url = "/limingxie/"
[[menu.main]]
name = "Java"
weight = 200
identifier = "Java"
url = "/java/"
[[menu.main]]
name = "Golang"
weight = 300
identifier = "Golang"
url = "/go/"
[[menu.main]]
name = "环境"
weight = 400
identifier = "环境"
url = "/k8s/"
[[menu.main]]
name = "Git"
weight = 500
identifier = "Git"
url = "/git/"
[[menu.main]]
name = "基础"
weight = 600
identifier = "基础"
url = "/basic/"
[[menu.main]]
name = "算法"
weight = 700
identifier = "算法"
url = "/algorithm/"
[[menu.main]]
name = "杂谈"
weight = 800
identifier = "杂谈"
url = "/work_sharing/"