-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
173 lines (140 loc) · 4.33 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
# Site settings
title: Fiveneves
SEOTitle: Fiveneves's blog
description: Fiveneves's blog.
keyword: "blog, personal website"
url: "https://fiveneves.github.io" # your host, for absolute URL
baseurl: "" # for example, '/blog' if your blog hosted on 'host/blog'
avatar: "img/header-avatar.jpg" # the avatar showing on the homepage
# GitHub repository (if the site is hosted by GitHub)
repository: Fiveneves/Fiveneves.github.io
repository_branch: main
# Theme style settings
theme_style:
highlight:
# "dark" (default), "light"
alert: # "flat" (default), "modern"
post_preview:
# "image" (default), "text"
# display post's featured image on homepage or not
# Markdown enhancements settings
math:
enable: true # false (default), true
# math rendering for all posts and keynotes
engine: mathjax
# "katex" (default), "mathjax"
# only make sense when `math.engine: true`
chart: true # false (default), true
mermaid: true # false (default), true
emoji-plus: true # false (default), true
# CDN settings
cdn:
source: # "jsdelivr" (default), "bootcdn", "unpkg", "cdnjs"
enable: # false (default), true
# optimizing asset files via jsDelivr or not
# Publish posts or collection documents with a future date.
future: true
collections:
experiences:
output: true
publications:
output: true
projects:
output: true
# SNS settings
sns:
RSS: true
github_username: Fiveneves
weibo_username: Fiveneves
zhihu_username: Fiveneves
twitter_username:
facebook_username:
linkedin_username:
email_address: 51265903031@stu.ecnu.edu.cn
# Build settings
# from 2016, 'pygments' is unsupported on GitHub Pages. Use 'rouge' for highlighting instead.
# highlighter: rouge
permalink: pretty
paginate: 10
exclude:
- package.json
- package-lock.json
- README.md
- README-CN.md
- LICENSE
- Gruntfile.js
- Gemfile
- Gemfile.lock
- /node_modules
anchorjs: true # if you want to customize anchor. check out `anchor.html`
# If you have timezone issue (e.g. #68) in China, uncomment to use this:
# timezone: CN
# Gems
# you have to `bundle config set path 'vendor/bundle' && bundle install` before local preview
plugins:
- jekyll-paginate
- jemoji
# Markdown settings
markdown: kramdown
kramdown:
input: GFM # use Github Flavored Markdown !important
syntax_highlighter_opts:
disable: true # we use highlight.js for syntax highlighting, so we disable rouge here
# Navigation menu settings
menus:
- title: Home
font: fab fa-fort-awesome
url: /
- title: About
font: fas fa-id-card
submenus:
- title: Me
font: fas fa-user
url: /about/
# - title: Theme
# font: fas fa-file
# url: /theme/
- title: Archive
font: fas fa-archive
url: /archive/
- title: Links
font: fas fa-link
url: /links/
# Comment settings
comment:
# active: utterances # 使用github issue作为文章的评论系统
# utterances:
# repo: fiveneves.github.io # <gh-username>/<repo>
# issue_term: title # < url | pathname | title | ...>
# paginate: 20
provider: gitalk # false (default), "disqus", "gitalk", "valine"
# Gitalk settings
# https://github.com/gitalk/gitalk
gitalk:
enable: true
githubID: Fiveneves
clientID: 'f6cf3058e6bb5ed13ae3'
clientSecret: '3da0d7ded3205425e02e94f94a66c74b69a65c64'
repo: Fiveneves.github.io
owner: Fiveneves
admin:
- Fiveneves
distractionFreeMode: true
# Disqus settings
# disqus_username: Fiveneves
# Valine settings
# https://valine.js.org/
valine:
appID:
appKey:
# Analytics settings
analytics:
# Baidu Analytics
ba_track_id: 5c4ccaae8f8520345cfcab5b961032a9 # [your baidu track id]
# Google Analytics
ga_track_id: 'G-ZYM02DSEHS' # [your google track id]
# Progressive Web Apps
chrome-tab-theme-color: "#000000"
service-worker: true
# Whether or not to enable Hitokoto (the bubble on homepage)
hitokoto: true # default: false