generated from zhonger/easy-to-H2O-ac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
180 lines (142 loc) · 4.23 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
# Site settings 配置站点
title: "Longbin's Tech-Blog"
description: '个人技术博客,记录所学的一切知识。'
keyword: "Longbin, Longbin's Blog, Tech Blog, Automation, Control Theory, Linux"
url: 'https://longbin.tech/' # your host
# when build blog on server, if you don't need baseurl, you should leave this value blank.
# 在服务器上建站时,如果你不需要子域名,请将这一格留空
# if you're using GitHub Pages, set baseurl to your blog's .
# 如果你在使用 GitHub Pages, 请将 baseurl 设置为你的网址的子域名
# for example, if your site is "kaeyleo.github.io", then this url should leave blank.
# 例如,当你的域名是 "kaeyleo.github.io" 时,这个 url 需要留空
# but if your created a repo named "myblog", and the site is "kaeyleo.github.io/myblog", change baseurl to '/myblog'
# 但是,如果你创建了一个叫 "myblog" 的网站,此时网址会变成 "kaeyleo.github.io/myblog" ,这时再将 baseurl 设置为 '/myblog'
baseurl: ''
theme: jekyll-theme-h2o-ac
# Internalization 国际化
languages: ["zh-Hans", "zh-Hant", "en", "ja"]
default_lang: "zh-Hans"
# PWA
pwa:
color: '#81BBFF'
short_name: 'Longbin'
# Navigation links
navigation:
home: '/'
blog: '/blog/index.html'
archives: '/archives.html'
links: '/links.html'
more:
tags: '/tags.html'
logs: '/logs.html'
tos: '/tos.html'
RSS: '/feed.xml'
CV: '/cv.html'
# Gray for the whole site 全站灰色
gray: false
# Formats
# 时间格式(Time format):0 -- 2022-04-29 1 -- 29 Apr 2022 2 -- 2022年4月29日
formats:
time: 0
# Favicon
favicon: "/favicon.ico"
# Footer
footer:
since: 2023
# Author 配置博主信息
author: 'Longbin'
nickname: 'Longbin'
bio: 'Stay Hungry. Stay Foolish.'
avatar: '/assets/img/profile.png'
# Search
search: true
# Night mode
nightMode: false
# Comments 评论功能
comments:
disqus: true
disqus_url: 'https://longbin.disqus.com/embed.js'
waline: false
waline_url: 'https://h2o-ac-waline.vercel.app'
# MathJax 公式支持
mathjax: true
# 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: 'circuitBoard'
# SNS settings 配置社交网站
# url: email, 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/tanglongbin'
# linkedin: 'https://www.linkedin.com/in/shengzhouli/'
# segmentfault: 'https://segmentfault.com/u/wuwozhonger'
# Links 友情链接
links:
'HITSZ OpenAuto': 'https://hoa.moe/'
# Beian 备案号
beian: '沪ICP备xxxxxxxx号'
# CC License
cclicense: true
# CNZZ Analytics
# cnzz: 1234567891
cnzz:
# Busuanzi Analytics
busuanzi: true
# Umami Analytics
umami:
status:
id:
js:
# Google Analytics
# google_analytics: UA-XXXXXXXXX-X
google_analytics:
# Google Search
google_search:
# 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'
# Markdown
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
prism:
theme:
line_numbers: true
# RSS
RSS: true
# Permalink
# See: https://github.com/kaeyleo/jekyll-theme-H2O/issues/35
permalink: /:categories/:title.html
# TOC
toc: true
# Mermaid
mermaid: true
# Webpusher
webpusher: false
# Foreverblog
foreverblog: true
# Wormhole
wormhole: true
# NotByAI
notbyAI: true
# Alive time
alivetime: true
alivestart: "10/24/2023"
# Github
github:
enabled: true
owner: tanglongbin
repository: tanglongbin.github.io