-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
85 lines (68 loc) · 2.72 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
baseURL = 'https://www.litao.in'
languageCode = 'en-us'
title = 'Devin Blog'
theme = "hugo-simple-theme"
# Enable comments by entering your Disqus shortname
disqusShortname = ""
googleAnalytics = ""
preserveTaxonomyNames = true
paginate = 5 #frontpage pagination
hasCJKLanguage = true
[outputs]
home = ["HTML", "json"]
[params]
header_image = "img/home-bg.jpg"
SEOTitle = "Devin 博客 | Devin Blog"
description = "一个分享生活,技术,心情的博客"
keyword = "Devin, Devin Blog, 博客, 个人网站, 互联网, Web, 云原生, PaaS, Kubernetes, 微服务, Microservice"
slogan = "万花从中遇见你"
image_404 = "img/404-bg.jpg"
title_404 = "o huo! :("
search = true
featured_tags = true
featured_condition_size = 1
# Baidu Analytics
ba_track_id = ""
# We need a proxy to access Disqus api in China
# Follow https://github.com/zhaohuabing/disqus-php-api to set up your own disqus proxy
disqus_proxy = ""
disqus_site = ""
# Twikoo comments
# Follow https://twikoo.js.org/ to set up your own env_id
twikoo_env_id = ""
#Enable wechat pay & alipay to allow readers send reward money if they like the articles
reward = true
reward_guide = "如果这篇文章对你有用,请随意打赏"
friends = true
about_me = true
# Include any custom CSS and/or JS files, url or relative to /static folder
#custom_css = ["css/lightbox.css", "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css", "css/main.css"]
#custom_js = ["js/lightbox.js", "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js", "js/main.js"]
[params.social]
rss = false
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/yourlinkedinid"
#stackoverflow = "https://stackoverflow.com/users/yourstackoverflowid"
#instagram = "full profile url in instagram"
github = "https://github.com/StinkyPeach"
#wechat = "your wechat qr code image"
#medium = "full profile url in medium"
#pinterest = "full profile url in pinterest"
#reddit = "full profile url in reddit"
#gitlab = "full profile url in gitlab"
#mastodon = "full profile url in mastodon"
#keybase = "full profile url in keybase"
#xing = "https://www.xing.com/profile/yourxingid"
#git = "full profile url for git user"
[[params.friend_link]]
title = "友情招商"
href = "https://www.google.com"
[[params.addtional_menus]]
title = "ARCHIVE"
href = "/archive"
[[params.addtional_menus]]
title = "ABOUT"
href = "/about"