-
Notifications
You must be signed in to change notification settings - Fork 5
/
_config.yml
229 lines (194 loc) · 5.58 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
226
227
228
229
# Hexo Configuration
## Docs: https://hexo.io/docs/configuration.html
## Source: https://github.com/hexojs/hexo/
# Site
# title: 善积跬步 方以千里
# subtitle:
# description:
# keywords:
# author: dongzl
# language: zh-CN
# timezone:
# # URL
# ## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
url: https://dongzl.github.io
root: /
permalink: :year/:month/:day/:title/
# permalink_defaults:
# # Directory
# source_dir: source
# public_dir: public
# tag_dir: tags
# archive_dir: archives
# category_dir: categories
# code_dir: downloads/code
# i18n_dir: :lang
# skip_render:
# # Writing
# # new_post_name: :year/:title.md # File name of new posts
new_post_name: :year/:title.md # File name of new posts
# default_layout: post
# titlecase: false # Transform title into titlecase
# external_link: true # Open external links in new tab
# filename_case: 0
# render_drafts: false
post_asset_folder: true
# relative_link: false
# future: true
# highlight:
# enable: true
# line_number: true
# auto_detect: false
# tab_replace:
# # Home page setting
# # path: Root path for your blogs index page. (default = '')
# # per_page: Posts displayed per page. (0 = disable pagination)
# # order_by: Posts order. (Order by date descending by default)
# index_generator:
# path: ''
# per_page: 10
# order_by: -date
# # Category & Tag
# default_category: uncategorized
# category_map:
# tag_map:
# # Date / Time format
# ## Hexo uses Moment.js to parse and display date
# ## You can customize the date format as defined in
# ## http://momentjs.com/docs/#/displaying/format/
# date_format: YYYY-MM-DD
# time_format: HH:mm:ss
# # Pagination
# ## Set per_page to 0 to disable pagination
per_page: 18
#pagination_dir: page
# # Extensions
# ## Plugins: https://hexo.io/plugins/
# ## Themes: https://hexo.io/themes/
# #theme: concise
# #theme: replica
# #theme: yilia
theme: hexo-theme-skapp
menu:
home: /
#zookeeper: /
#leetcode-cookbook: https://books.halfrost.com/leetcode/
#life-meditation: /2021/01/01/14-Life-Meditations/
rust: https://course.rs/about-book.html
netty: https://dongzl.github.io/netty-handbook/
#mysql: /
good-article: /2019/01/01/01-Excellent-Article-Link/
#java:
#spring: /
#redis: /
#dsign-pattern: /
#high-concurrency: /
archive: /archives
#about: /about
# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:
type: git
repo: https://github.com/dongzl/dongzl.github.io.git
branch: master
# math:
# engine: 'mathjax'
# mathjax:
# src: 'https://cdn.bootcss.com/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
# config:
# tex2jax:
# inlineMath:
# - - '$'
# - '$'
# - - '\\('
# - '\\)'
# processEscapes: true
# TeX:
# equationNumbers:
# autoNumber: 'AMS'
# Site
# blog's title
title: 董宗磊的博客
language: zh-cn
# subtitle in the banner header
subtitle: 董宗磊的博客--靡不有初,鲜克有终
# introduction in the banner header
# subtitle_desc: 取法乎上,得乎其中;取法乎中,得乎其下;取法呼下,无所得矣。
subtitle_desc: 芝兰生于深谷,不以无人而不芳;君子修身养德,不以穷困而改志。
# seo keyword
keywords: 程序员, java, web, 数据库, 架构, 设计模式, 数据结构, 算法
# blog description(for seo)
description: 记录自己作为程序员的技术成长经历,程序员是个特殊的职业,一旦选择这个职业就要时刻保持学习的热情,如果你也喜欢我的博客,欢迎订阅 RSS。
# self introduction
introduction: 不思量,自难忘!
# your blog favicon icon, support two ways: local and online. the local way need you to put the icon under themes/hexo-theme-skapp/source/img directory
favicon_ico: /img/theme/favicon.ico
# blog logo icon in the upper left corner. support the local way and online way.
logo: /img/theme/title.png
# avatar
avatar: /img/theme/qrcode.jpeg #http://oo12ugek5.bkt.clouddn.com/images/qrcode.png
# qrcode: http://oo12ugek5.bkt.clouddn.com/images/qrcode.png
# page default cover
default_cover: /img/theme/blog_work.png
# header background picture
header_cover: /img/theme/banner.jpeg
#http://imgblog.mrdear.cn/21312%20%281%29.jpg
# 404 page background picture
error_page_bg: /img/theme/dogs.jpg
# page loading icon
loader_img: /img/theme/loading.gif
# Baidu statistic
baidu_statistic: e4027971a230b210f4671f485b33846a
# Busuanzi
busuanzi: false
# author information
author:
name: 董宗磊
link: https://github.com/dongzl
# Links:
links:
- svg: ./source/svg/github.svg
url: https://github.com/dongzl
# - svg: ./source/svg/more.svg
# url: http://weibo.com/sanonz
# - svg: ./source/svg/twitter.svg
# url: https://twitter.com/sanonze
# footer information
about:
info: 本站是基于 Hexo 搭建的静态资源博客,主要用于分享日常学习、生活及工作的一些心得总结,欢迎点击右下角订阅 rss。
address: Beijing, China
email: [email protected]
# Feed Atom
feed:
type: atom
path: atom.xml
limit: 20
# Sitemap
sitemap:
path: sitemap.xml
# Gitalk
gitTalk:
clientId: 791785cb3bf7b9b5f1ea
clientSecret: a73d2380b7dba08575e0190989ef017e480c20c9
repo: dongzl.github.io
owner: dongzl
admin:
- dongzl
live2d:
enable: true
scriptFrom: local
pluginRootPath: live2dw/
pluginJsPath: lib/
pluginModelPath: assets/
tagMode: false
debug: false
model:
use: live2d-widget-model-haruto
display:
position: left
width: 150
height: 300
mobile:
show: true
react:
opacity: 1.0