-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
75 lines (61 loc) · 2.01 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
baseURL = "https://chasingegg.github.io"
title = "Chao.G" # 浏览器的标题
languageCode = "zh-cn" # 语言
hasCJKLanguage = true # 开启可以让「字数统计」统计汉字
theme = "mogege" # 主题 (需要自己下载)
paginate = 12 # 每页的文章数
enableEmoji = true # 支持 Emoji
enableRobotsTXT = true # 支持 robots.txt
preserveTaxonomyNames = true
[blackfriday]
hrefTargetBlank = true
nofollowLinks = true
noreferrerLinks = true
[Permalinks]
posts = "/:year/:filename/"
[menu]
[[menu.main]]
name = "Blog"
url = "/posts/"
weight = 1
[[menu.main]]
name = "Categories"
url = "/categories/"
weight = 2
[[menu.main]]
name = "Tags"
url = "/tags/"
weight = 3
[[menu.main]]
name = "About"
url = "/about/"
weight = 4
[params]
since = 2021
author = "Chao.G" # Author's name
avatar = "/avatar.jpeg" # Author's avatar
subtitle = "Code for a living" # Subtitle
home_mode = "" # post or other
enableGitalk = false # gitalk 评论系统
enableUtteranc = true
Github = "chasingegg"
wechat = "/100.jpeg"
google_verification = ""
description = "高超的个人博客" # (Meta) 描述
keywords = "" # site keywords
math = true
beian = ""
baiduAnalytics = ""
googleAnalytics = "UA-104502658-2" # Google 统计 id
license= '本文采用<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/" target="_blank">知识共享署名-非商业性使用 4.0 国际许可协议</a>进行许可'
[params.Social]
Wechat = "/wechat.jpeg"
Github = "chasingegg"
LinkedIn = "超-高-45432b152"
Zhihu = "chao-g-77"
Email = "[email protected]"
[params.utteranc] # Homepage: https://utteranc.es
repo = "chasingegg/chasingegg.github.io" # The repo to store comments
issueTerm = "title" # the mapping between blog posts and GitHub issues.
theme = "preferred-color-scheme" # Theme
crossorigin = "anonymous" # default: anonymous