-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
88 lines (75 loc) · 1.81 KB
/
config.toml
File metadata and controls
88 lines (75 loc) · 1.81 KB
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
baseURL = 'https://gopherd.com/'
languageCode = 'zh-cn'
title = ""
theme = "researcher"
enableEmoji = true
googleAnalytics = ""
[params]
author = "mkideal"
math = true
description = "mkideal's Blog"
favicon = "favicon.ico" # path to a .ico to use as favicon
logo = "/img/logo.svg" # url or path to a logo to put in the header
forward = "https://code.gopherd.com/forward"
[params.style] # appearance options (can be omitted)
fontFamily = "Inconsolata"
pageWidth = "900px"
avatarSize = "90px"
colorBlack = "#222222"
colorRed = "#dc3545"
[params.utteranc]
enable = true
repo = "gopherd/gopherd.github.io"
issueTerm = "pathname"
theme = "github-light"
[[params.socialIcons]]
icon = "fab fa-github"
title = "GitHub"
url = "https://github.com/mkideal"
[[params.socialIcons]]
icon = "fab fa-twitter"
title = "Twitter"
url = "https://twitter.com/mkideal"
[[params.socialIcons]]
icon = "fab fa-facebook"
title = "Facebook"
url = "https://facebook.com/mkideal.io"
#[[params.socialIcons]]
#icon = "fab fa-weixin"
#title = "WeChat"
#url = "https://TODO"
[[params.socialIcons]]
icon = "fas fa-envelope"
title = "E-mail"
url = "mailto:i@mkideal.com"
[params.codeblock]
share = "https://gopherd.com/tools/playground"
[params.mongo]
enable = true
appId = "data-egkqp"
dataSource = "Cluster0"
database = "blog_mkideal_com"
[params.googleAnalytics]
enable = true
appId = "UA-77412491-1"
[params.googleAdSense]
enable = true
appId = "ca-pub-4848513853142926"
[permalinks]
"/" = "/:filename"
[menu]
[[menu.main]]
name = "主页"
url = "/"
weight = 1
[[menu.main]]
name = "工具"
url = "/tools"
weight = 2
#[[menu.main]]
# name = "关于"
# url = "/about"
# weight = 99
[markup]
[markup.goldmark.renderer]
unsafe = true # allow raw HTML in markdown files