-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
100 lines (83 loc) · 3.12 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
title = "L's Blog"
theme = "hugo-theme-cleanwhite"
languageCode = "en-us"
# Enable comments by entering your Disqus shortname
disqusShortname = ""
googleAnalytics = ""
preserveTaxonomyNames = true
paginate = 5 #frontpage pagination
hasCJKLanguage = true
[outputs]
home = ["HTML", "RSS", "Algolia"]
[params]
header_image = "https://lupeier.cn-sh2.ufileos.com/clouds-dawn-dock-891822.jpg"
SEOTitle = "同步率400%"
description = "关注云原生Cloud Native相关领域,spring cloud、kubernetes、istio、devops技术研究"
keyword = "暴走的初号机, shinji3887, 暴走的初号机的网络日志, 暴走的初号机的博客, shinji3887 Blog, 博客, 个人网站, 互联网, Web, 云原生, PaaS, Istio, Kubernetes, 微服务, Microservice"
slogan = "同步率400%"
#gitalk评论开关
gitalk = true
image_404 = "http://img.lupeier.com/404-bg.jpg"
title_404 = "你来到了没有知识的荒原 :("
#img url
imgurl = "https://lupeier.cn-sh2.ufileos.com"
# leancloud storage for page view counter
page_view_conter = false
leancloud_app_id = ""
leancloud_app_key = ""
# algolia site search
algolia_search = false
algolia_appId = ""
algolia_indexName = ""
algolia_apiKey = ""
# Sidebar settings
sidebar_about_description = "普通程序员一枚,云原生领域爱好者,spring boot、spring cloud、kubernetes、istio、devops技术研究"
sidebar_avatar = "img/1521288767.jpg" # use absolute URL, seeing it's used in both `/` and `/about/`
featured_tags = true
featured_condition_size = 1
# Baidu Analytics
ba_track_id = ""
# We need a proxy to access Disqus api in China
disqus_proxy = ""
disqus_site = ""
#wechat pay & alipay
reward = false
# reward_guide = "如果这篇文章对你有用,请随意打赏"
[params.social]
rss = true
email = "[email protected]"
#facebook = "full profile url in facebook"
#googleplus = "full profile url in googleplus"
#twitter = "full profile url in twitter"
linkedin = "https://www.linkedin.com/in/lupeier"
stackoverflow = "https://stackoverflow.com/users/9418951/shinji3887"
#instagram = "full profile url in instagram"
github = "https://github.com/shinji3887"
wechat = "link of wechat QR code image"
#pinterest = "full profile url in pinterest"
[[params.friend_link]]
title = "小剑的博客"
href = "https://skyao.io/"
[[params.friend_link]]
title = "huabing的博客"
href = "https://zhaohuabing.com/"
[[params.friend_link]]
title = "程序猿DD的博客"
href = "http://blog.didispace.com/"
[[params.bookmark_link]]
title = "Martin Fowler"
href = "https://martinfowler.com"
[[params.bookmark_link]]
title = "Service Mesh中文社区"
href = "https://www.servicemesher.com"
[[params.bookmark_link]]
title = "Istio官方中文网站"
href = "https://istio.io/zh"
[outputFormats.Algolia]
baseName = "algolia"
isPlainText = true
mediaType = "application/json"
notAlternative = true
[params.algolia]
vars = ["title", "summary", "date", "publishdate", "expirydate", "permalink"]
params = ["categories", "tags"]