forked from tea9/tea9.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
153 lines (124 loc) · 3.9 KB
/
_config.yml
File metadata and controls
153 lines (124 loc) · 3.9 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
# Site settings 配置站点
title: 'tea9的博客'
description: '心中有光'
s-description: '活着挺好的,希望你也能好好活下去'
keyword: 'tea9,开发,android,编程'
url: 'http://tea9.github.io' # your host
# if you don't need baseurl, you should leave this value blank.
baseurl: ''
# Navigation links
nav:
home: '/sakura.html'
categories: '/categories.html'
archives: '/archives.html'
# tags: '/tags.html'
# about: '/about'
links: '/links/'
appreciate: '/appreciate/'
# message: '/message/'
yoone: '/yoone'
rss: '/feed.xml'
# Footer
footer:
since: 2018
# Author 配置博主信息
author: 'tea9'
nickname: 'tea9'
#bio: '心中有光'
avatar: '/assets/img/profile.png'
about_title: 'py我'
about_link: '/about'
ap_reciate: '打赏我'
ap_link: '/appreciate'
# Search
search: true
# Night mode
nightMode: false
# Comments 评论功能
comments:
disqus: false
disqus_url: 'https://liaokeyu.disqus.com/embed.js'
gitalk: true
gitalk_clientID: 'dd67fb84ddbc6cf9c112'
gitalk_Secret: 'be4e88389be3e45fbafbd7592148fa47feacaacf'
gitalk_repo: 'tea9.github.io'
gitalk_owner: 'tea9'
gitalk_admin: 'tea9'
distractionFreeMode: false
valine: false
valine_app_id: 'wjK4d5WMGKf39hIpipXcSK7l-gzGzoHsz'
valine_app_key: 'VMn43K79F0YsFKwGE9UMULBK'
valine_placeholder: 'ヾノ≧∀≦)o来啊,快活啊!!!'
valine_avatar: 'mm'
# MathJax 公式支持 by Ray-Eldath
mathjax: true
# b2t 回到顶部 by Ray-Eldath
b2t: true
# Reward 赞赏工作 by Ray-Eldath
reward:
enable: true
reward_comment: '可怜可怜孩子吧!!!'
wechatpay: 'https://coding.net/u/tea9/p/image/git/raw/master/blog_img/appreciate/wechatpay.png'
alipay: 'https://coding.net/u/tea9/p/image/git/raw/master/blog_img/appreciate/alipay.png'
# 赏赐链接
reward_m: false
appreciate: 'https://coding.net/u/tea9/p/image/git/raw/master/blog_img/appreciate/01.jpeg'
# Share
social-share: true
social-share-items: ['wechat', 'weibo', 'douban', 'twitter']
# theme color 主题皮肤
theme-color: 'pink' # pink or default
# Post header background patterns (when the post no cover): circuitBoard, overlappingCircles, food, glamorous, ticTacToe, seaOfClouds
#postPatterns: 'food'
# SNS settings 配置社交网站
# url: email, weibo, zhihu, twitter, instagram, juejin, github, douban, facebook, dribble, uicn, jianshu, medium, linkedin
sns:
github: '//github.com/tea9'
#email: '//shaomiaojava@gmail.com'
#zhihu: '//www.zhihu.com/people/shao-miao-41/activities'
#juejin: '//juejin.im/user/57d229e4a0bb9f0057cc9c7d'
#weibo: '//weibo.com/u/5500195491'
twitter: '//mobile.twitter.com/shaomiaosun'
#instagram: '//www.instagram.com/tea9.0'
#douban: '//www.douban.com/people/130010279/'
#facebook: '//www.facebook.com/miao.shao.148'
#jianshu: '//www.jianshu.com/u/b558f389d0ec'
# Tags 设置标签
recommend-tags: true # whether or not display recommend-tags on the sidebar
recommend-condition-size: 12 # a tag will be recommended if the size of it is more than this value
# Build settings
paginate: 20
paginate_path: 'page:num'
exclude: ['node_modules', 'dev', 'package.json', 'gulpfile.js', '.gitignore', 'README.md']
# Markdown
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
enable_coderay: true
# RSS
RSS: true
# Permalink
# See: https://github.com/kaeyleo/jekyll-theme-H2O/issues/35
permalink: /:year/:month/:day/:title.html
# Plugins
plugins: [jekyll-paginate]
# 百度统计
baidu-analysis: d49f14171852506bc53c0072034d9db9
# 友情链接
# _data/links.yml
friend_link: false
# 
img_link: 'https://coding.net/u/tea9/p/image/git/raw/master/blog_img'
live-2d: true
hitokoto: true
# {{site.sty.b2t-back}}
sty:
back-img: 'https://coding.net/u/tea9/p/image/git/raw/master/blog_img/appreciate/akari.png'
back-color: 'rgb(159,186,185)'
b2t-back: 'rgb(95,133,202)'
b2t-color: '#fff'
ban-color: '#405B55'
foot-color: '#405B55'
post-color: '#FCFAF2'
md-color: '#fff'