-
Notifications
You must be signed in to change notification settings - Fork 33
/
config.toml
197 lines (170 loc) · 5.17 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
baseURL = "https://www.bmpi.dev"
title = "BMPI"
theme = "hugo-coder"
languagecode = "zh-cn"
defaultcontentlanguage = "zh-cn"
enableRobotsTXT = true
canonifyURLs = true
enableGitInfo = true
enableEmoji = true
paginate = 9999
pygmentsstyle = "b2"
pygmentscodefences = true
pygmentscodefencesguesssyntax = false
pluralizelisttitles = false
FootnoteReturnLinkContents = "↑"
[markup.goldmark.renderer]
unsafe= true
[outputs]
page = ["HTML", "AMP"]
home = ["HTML", "RSS"]
section = ["HTML"]
taxonomyTerm = ["HTML"]
taxonomy = ["HTML"]
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
[params]
author = "Dawei Ma"
info1 = "📚"
info1Tooltip = "Lifelong Learner"
info2 = "👨💻"
info2Tooltip = "Full-Stack Developer"
info3 = "💴"
info3Tooltip = "ETF Trader"
description = "Study + Craft + Invest = BMPI.dev"
keywords = "life,dev,trade,passive income,money,developer,Self-management,IT technology,investment transactions"
avatarurl = "images/avatar/5_512.PNG"
logoImg = "images/logo.png"
header = "BMPI.dev"
twitter = "madawei2699"
github = "bmpi-dev"
telegram = "bmpi365"
zhihu = "improve365"
favicon_root_path = "images/ico"
# footercontent = "self/dev/money"
hidecredits = true
hidecopyright = false
series = true
rtl = false
# Specify light/dark colorscheme
# Supported values:
# "auto" (use preference set by browser)
# "dark" (dark background, light foreground)
# "light" (light background, dark foreground) (default)
colorscheme = "auto"
# Series see also post count
maxSeeAlsoItems = 5
math = true
custom_css = ["/css/main.css"]
custom_js = ["/js/lazysizes.min.js", "/js/custom.js"]
dateFormat = "2006-01-02"
# AMP
amp = true
ampElements = ["amp-ad","amp-analytics"]
themeColor = "#000000"
adsensePublisher = "ca-pub-1886683614725279"
googleAnalytics = "UA-154678195-1"
# OG
og_image = "images/bg2.png"
# Social links
[[params.social]]
name = "Github"
icon = "fab fa-github"
weight = 1
url = "https://github.com/madawei2699"
[[params.social]]
name = "YouTube"
icon = "fab fa-youtube"
weight = 2
url = "https://www.youtube.com/channel/UCbg-Y24Z1H0nONW-bxgzv6w"
[[params.social]]
name = "Telegram"
icon = "fab fa-telegram"
weight = 3
url = "https://t.me/s/bmpi365"
[[params.social]]
name = "WeChat"
icon = "fab fa-weixin"
weight = 4
url = "https://img.bmpi.dev/4e0bae9a-fa9d-5b84-d928-592bd9c2c9fb.png"
[[params.social]]
name = "ZhiHu"
icon = "fab fa-zhihu"
weight = 5
url = "https://zhuanlan.zhihu.com/improve365"
[[params.social]]
name = "Newsletter"
icon = "fas fa-envelope"
weight = 6
url = "https://tinyletter.com/bmpi-dev"
[[params.social]]
name = "RSS"
icon = "fas fa-rss"
weight = 7
url = "index.xml"
[[params.social]]
name = "Dev.to"
icon = "fas fa-dev-to"
weight = 8
url = "https://dev.to/madawei2699"
[[params.social]]
name = "即刻"
icon = "far fa-jk"
weight = 9
url = "https://web.okjike.com/u/7A7EB661-B6FC-47CF-B75B-46DB8D096D5C"
[languages]
[languages.en]
languagename = "English"
[languages.en.menu]
[[languages.en.menu.main]]
name = "LinkedIn"
weight = 1
url = "https://www.linkedin.com/in/madawei2699"
[[languages.en.menu.main]]
name = "GitHub"
weight = 2
url = "https://github.com/madawei2699"
[[languages.en.menu.main]]
name = "Learn"
weight = 3
url = "/self/"
[[languages.en.menu.main]]
name = "Dev"
weight = 4
url = "/dev/"
[languages.zh-cn]
languagename = "Chinese"
title = "BMPI"
[languages.zh-cn.params]
author = "马大伟"
info1 = "📚"
info1Tooltip = "终身学习/认知杠杆"
info2 = "👨💻"
info2Tooltip = "全栈技术/时间杠杆"
info3 = "💴"
info3Tooltip = "投资理财/财务杠杆"
description = "终身学习(认知杠杆)* 全栈技术(时间杠杆)* 投资理财(财务杠杆) => 被动收入(人生杠杆)"
# footercontent = "self/dev/money"
[languages.zh-cn.menu]
[[languages.zh-cn.menu.main]]
name = "GitHub"
weight = 1
url = "https://github.com/madawei2699"
[[languages.zh-cn.menu.main]]
name = "Twitter"
weight = 2
url = "https://twitter.com/madawei2699"
[[languages.zh-cn.menu.main]]
name = "学习"
weight = 3
url = "/self/"
[[languages.zh-cn.menu.main]]
name = "技术"
weight = 4
url = "https://www.i365.tech/"
[[languages.zh-cn.menu.main]]
name = "投资"
weight = 5
url = "https://www.myinvestpilot.com/"