-
Notifications
You must be signed in to change notification settings - Fork 15
/
_config.tsukuba.yml
177 lines (139 loc) · 3.99 KB
/
_config.tsukuba.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
# Site settings 配置站点
title: '仲儿的自留地'
description: '个人的一个技术博客站点,主要用于记录个人在学习过程中遇到的技术问题及解决方法、技术实验,以及一些比较有趣的事情。'
keyword: 'zhonger,zhonger的博客,nodejs,kvm'
url: 'https://lisz.me' # your host
# if you don't need baseurl, you should leave this value blank.
baseurl: '/~s2036012'
# Github
github:
enabled: true
owner: zhonger
repository: zhonger.github.io
# Theme
theme: jekyll-theme-h2o-ac
# Gray
gray: false
# Navigation links
nav:
home: '/'
blog: '/blog/index.html'
archives: '/archives.html'
collections:
CONQUEST: '/tags.html#CONQUEST'
LDAP: '/tags.html#LDAP'
博客: '/tags.html#blog'
tags: '/tags.html'
about:
logs: '/logs.html'
tos: '/tos.html'
RSS: '/feed.xml'
CV: '/cv.html'
links: '/links.html'
# Footer
footer:
since: 2015
# Author 配置博主信息
author: 'zhonger'
nickname: 'zhonger'
bio: 'Developer & Maintainer'
avatar: '/assets/img/profile.webp'
favicon: "/assets/icons/favicon.ico"
# permalink
permalink: /:categories/:title.html
# Search
search: true
search_type: docsearch # "default", "docsearch" are supported.
docsearch:
appId: SFGDUYE6XB
apiKey: 0f353764aa52c81dd2d893bc669b4f7b
indexName: lisz
# MathJax
mathjax: true
# Night mode
nightMode: false
# Comments
comments:
disqus: false
disqus_url: 'https://zhonger.disqus.com/embed.js'
# Share
social-share: true
social-share-items: ['wechat', 'weibo', 'douban', 'twitter']
# theme color 主题皮肤
theme-color: 'default' # pink or default
# Post header background patterns (when the post no cover): circuitBoard, overlappingCircles, food, glamorous, ticTacToe, seaOfClouds
postPatterns: 'food'
# SNS settings 配置社交网站url: weibo, zhihu, twitter, instagram, juejin, github, douban, facebook, dribble, uicn, jianshu, medium, linkedin
sns:
google-scholar: 'https://scholar.google.com/citations?user=AUupIooAAAAJ'
researchgate: 'https://www.researchgate.net/profile/Shengzhou-Li'
ORCID: 'https://orcid.org/0000-0001-6973-3825'
github: 'https://github.com/zhonger'
linkedin: 'https://www.linkedin.com/in/shengzhouli/'
segmentfault: 'https://segmentfault.com/u/wuwozhonger'
# Links 友情链接
links:
Fortran 入门: 'https://fortran-tutorial.lisz.me/'
个人导航: 'https://nav.lisz.me'
PICTL: 'https://github.com/zhonger/pictl'
# Beian 备案号
beian: ''
# CC License
cclicense: true
# CNZZ Analytics
cnzz:
# Umami Analytics
umami:
status: true
id: 90ea4822-8012-444e-837a-757ea473e087
js: https://umami.lisz.top/pwiki.js
# Busuanzi
busuanzi: true
busuanzi_url: https://busuanzi.lisz.top/js
# Google Analytics
# google_analytics: UA-164207041-1
google_analytics: G-9E8SEJ5JNY
# Google Search
google_search: v729JR7Zs4nX-YvgaPeo3p1ise9vTA-6cMhamSu6N5c
# TZ 时区
timezone: Asia/Tokyo
# 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
pagination:
enabled: true
per_page: 10
# paginate: 10
# paginate_path: 'blog/page:num'
exclude: ['node_modules', 'dev', 'package.json', 'gulpfile.js', '.gitignore', 'README.md']
# Markdown
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
prism:
theme:
line_numbers: true
RSS: true
# Extlinks
extlinks:
attributes: {rel: nofollow, target: _blank, class: extlinks}
# rel_exclude: ['host1.com', 'host2.net']
class_exclude: ['lisz.me', 'lisz.ink', 'lep.ink', 'lui.site', 'blog.lui8.cn', 'luish.cc', 'u.tsukuba.ac.jp', 'zhonger.vercel.app']
# Mermaid
mermaid: true
# Webpusher
webpusher: BF0y1f49JPDkjSmUYtUb-gRzcVY72squyl0hE2xo7YTA4q7Ch2DAZ0WOZCNktfyakgPlDov92CafKw9ZPAwIDrc
# Foreverblog
foreverblog: true
# Wormhole
wormhole: true
# NotByAI
notbyAI: true
# Alive time
alivetime: true
alivestart: "08/08/2015"
# Plugins
# plugins: [jekyll-paginate-v2, jekyll-feed, jekyll-sitemap, premonition]
include: [_redirects]