forked from Renovamen/jekyll-theme-gungnir
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·163 lines (130 loc) · 3.92 KB
/
_config.yml
File metadata and controls
executable file
·163 lines (130 loc) · 3.92 KB
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
# Site settings
title: Gungnir
SEOTitle: Jekyll theme Gungnir
description: Jekyll version of the blog theme Gungnir.
keyword: "jekyll, theme, blog, blog theme"
url: "https://jekyll-theme-gungnir.vercel.app" # your host, for absolute URL
baseurl: "" # for example, '/blog' if your blog hosted on 'host/blog'
avatar: "img/header-avatar.jpeg" # the avatar showing on the homepage
# GitHub repository (if the site is hosted by GitHub)
repository: Renovamen/jekyll-theme-gungnir
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: # "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: Renovamen
weibo_username:
zhihu_username: chao-neng-gui-su
twitter_username: renovamen_zxh
facebook_username: renovamen.zou
linkedin_username: xiaohan-zou-55bba0160
email_address: renovamenzxh@gmail.com
# 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-paw
submenus:
- title: Me
font: fas fa-user-astronaut
url: /about/
- title: Theme
font: fas fa-meteor
url: /theme/
- title: Archive
font: fas fa-archive
url: /archive/
- title: Links
font: fas fa-link
url: /links/
# Comment settings
comment:
provider: gitalk # false (default), "disqus", "gitalk", "valine"
# Disqus settings
disqus_username: renovamen
# Gitalk settings
# https://github.com/gitalk/gitalk
gitalk:
clientID: 'faf464da633b08ff5317'
clientSecret: '402324fc860894e5fcba6320fddbddd1ec7f5644'
repo: gitalk-comments
owner: This-is-an-Apple
admin:
- Renovamen
- This-is-an-Apple
# Valine settings
# https://valine.js.org/
valine:
appID:
appKey:
# Analytics settings
analytics:
# Baidu Analytics
ba_track_id: 00504d7a0bf51278aa92b36e60e830b5 # [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