-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
90 lines (72 loc) · 2.65 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
baseURL = "https://luckylhb90.github.io"
languageCode = "en-us"
title = "luckylhb90"
theme = "LeaveIt"
paginate = 12
enableEmoji = true
enableRobotsTXT = true
googleAnalytics = ""
hasCJKLanguage = true
preserveTaxonomyNames = true
[blackfriday]
hrefTargetBlank = true
nofollowLinks = true
noreferrerLinks = true
[Permalinks]
posts = "/:year/:filename/"
[menu]
[[menu.main]]
name = "Blog"
url = "/post/"
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 = 2011
author = "luckylhb90" # Author's name
avatar = "/images/me/avatar.jpeg" # Author's avatar
subtitle = "一个喜欢设计想做前端有志于硬件对网络感兴趣缺误入了后端开发的码农" # Subtitle
cdn_url = "" # Base CDN URL
home_mode = "" # post or other
google_verification = ""
description = "" # site description
keywords = "" # site keywords
beian = ""
baiduAnalytics = ""
comment = true
license= '本文采用<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/" target="_blank">知识共享署名-非商业性使用 4.0 国际许可协议</a>进行许可'
[params.utterances] # utteranc is a comment system based on GitHub issues. see https://utteranc.es https://utteranc.es/?installation_id=676028&setup_action=install
owner = "luckylhb90" # github用户名
repo = "myblog" # 仓库地址The repo to store comments
issueTerm = "pathname"
theme = "github-light" # github-dark github-dark-orange
[params.gitment] # Gitment is a comment system based on GitHub issues. see https://github.com/imsun/gitment
owner = "" # Your GitHub ID
repo = "" # The repo to store comments
clientId = "b651168382059214a7a9" # Your client ID
clientSecret = "3d3d6bce3c7f1ddc8a60656cabb3fcaf590c7d04" # Your client secret
[params.reward] # 文章打赏
enable = true
wechat = "/images/me/wechatpay.jpg" # 微信二维码
alipay = "/images/me/alipay.jpg" # 支付宝二维码
hongbao = "/images/me/hongbao.jpg" # 支付宝红包
[params.social]
GitHub = "luckylhb90"
Twitter = "luckylhb90"
Email = "luckylhb90"
Instagram = "luckylhb90"
Wechat = "/images/me/wechat.jpg" # Wechat QRcode image
Facebook = "luckylhb90"
Telegram = "luckylhb90"
Dribbble = "luckylhb90"
Medium = "luckylhb90"