-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
_config.yml
225 lines (176 loc) · 4.51 KB
/
_config.yml
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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: 纯洁的微笑
subtitle: 分享技术,品味人生
name: 纯洁的微笑
email: [email protected]
description: 本站是纯洁的微笑的技术分享博客。内容涵盖生活故事、Java后端技术、Spring Boot、Spring Cloud、微服务架构、大数据演进、高可用架构、中间件使用、系统监控等相关的研究与知识分享。
keywords: ityouknow,纯洁的微笑,Spring,Spring Boot,Spring Cloud,MongoDB,Jvm,Docker,生活故事,架构,大数据,一线,FastDFS,开发者,编程,代码,开源,IT网站,Developer,Programmer,Coder,Geek,IT技术博客,Java,Python,
encoding: "utf-8"
favicon: favicon.ico
repository: ityouknow/ityouknow.github.io
github_url: https://github.com/ityouknow
url: http://www.ityouknow.com
enforce_ssl: ityouknow.com
## Gem
plugins:
- jekyll-paginate
- jekyll-geo-pattern
- rouge
- kramdown
- jekyll-github-metadata
# Build settings
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
source: .
destination: ./_site
quiet: false
defaults: []
kramdown:
input: GFM
enable_coderay: true
syntax_highlighter: rouge
syntax_highlighter_opts:
coderay_line_numbers: nil
# Pagination
paginate: 12
paginate_path: 'page:num'
# Navigation. top menu list
menus:
-
href: /money.html
label: 挣钱
target: _self
-
href: /it.html
label: 深度
target: _self
-
href: /life.html
label: 故事
target: _self
-
href: /arch.html
label: 架构
target: _self
-
href: /link.html
label: 友链
target: _self
-
href: /about.html
label: 关于
target: _self
# Navigation. main menu list
navs:
-
href: /
label: Home
-
href: /spring-boot.html
label: Spring Boot
target: _self
-
href: /java.html
label: Java
target: _blank
-
href: /python.html
label: Python
target: _blank
-
href: /archives.html
label: Archives
target: _self
# labels. my blog key words
labels:
-
href: /payment.html
label: Pay
target: _self
-
href: /fastdfs.html
label: FastDFS
target: _blank
-
href: /mongodb.html
label: MongoDB
target: _blank
-
href: /docker.html
label: Docker
target: _blank
-
href: /open-source.html
label: Code
target: _blank
-
href: /gitchat.html
label: Chat
target: _blank
-
href: http://favorites.ren/stock.html
label: 股票
target: _blank
# selected articles
classes:
-
href: /cartoon.html
name: 不会笑青年
describe: 内心沉稳 ,放荡不羁。
-
href: /life.html
name: 我的故事
describe: 生活就是故事,故事就是生活
-
href: /it.html
name: IT行业深度报道
describe: IT大佬,互联网知名公司的故事
# ---------------- #
# RSS #
# ---------------- #
subscribe_rss: /feed.xml
# Sidebar to show popular repo
side_bar_repo_limit: 6 # Number of repos to show
# Google Analytics
# analytics :
# provider : google
# google :
# tracking_id : '' # ex. UA-72165600-X
# For about.html. Fell free to create your own!
skill_software_keywords: [Java, MySQL, Oracle, Design Patterns]
skill_j2ee_keywords: [Spring, Struct, Hibernet, MyBatis, JSP]
skill_web_keywords: [HTML, CSS, JS, JQuery, Ajax, NodeJS, ExpressJS, MongoDB, Redis, PHP, Boostrap]
skill_mobile_app_keywords: [vuejs, hyhird app]
# ---------------- #
# Comments #
# ---------------- #
# support provider: disqus, gitment, gitalk
comments_provider: gitalk
# !!!重要!!! 请修改下面这些信息为你自己申请的
# !!!Important!!! Please modify infos below to yours
# https://disqus.com
disqus:
username: ityouknow
# https://imsun.net/posts/gitment-introduction/
gitment:
owner: ityouknow
repo: blog-comments
oauth:
client_id: 61bfc53d957e74e78f8f
client_secret: 31c61e66cdcc9ada8db2267ee779d0bdafac434c
# https://github.com/gitalk/gitalk#install
gitalk:
owner: ityouknow
repo: blog-comments
clientID: 61bfc53d957e74e78f8f
clientSecret: 31c61e66cdcc9ada8db2267ee779d0bdafac434c
# 在使用其它评论组件时可点击显示 Disqus
lazy_load_disqus : true