@@ -5,60 +5,59 @@ theme: jekyll-theme-chirpy
5
5
6
6
# Change the following value to '/PROJECT_NAME' ONLY IF your site type is GitHub Pages Project sites
7
7
# and doesn't have a custom domain.
8
- baseurl : ' '
8
+ baseurl : " "
9
9
10
10
# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
11
11
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
12
12
# otherwise, the layout language will use the default value of 'en'.
13
13
lang : en
14
14
15
-
16
15
# Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone
17
16
timezone : Asia/Shanghai
18
17
19
18
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
20
19
# ↓ --------------------------
21
20
22
- title : Chirpy # the main title
21
+ title : Chirpy # the main title
23
22
24
- tagline : A text-focused Jekyll theme # it will display as the sub-title
23
+ tagline : A text-focused Jekyll theme # it will display as the sub-title
25
24
26
- description : >- # used by seo meta and the atom feed
25
+ description : >- # used by seo meta and the atom feed
27
26
A minimal, responsive and feature-rich Jekyll theme for technical writing.
28
27
29
28
# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
30
- url : ' '
29
+ url : " "
31
30
32
31
github :
33
- username : github_username # change to your github username
32
+ username : github_username # change to your github username
34
33
35
34
twitter :
36
- username : twitter_username # change to your twitter username
35
+ username : twitter_username # change to your twitter username
37
36
38
37
social :
39
38
# Change to your full name.
40
39
# It will be displayed as the default author of the posts and the copyright owner in the Footer
41
40
name : your_full_name
42
- email :
[email protected] # change to your email address
41
+ email :
[email protected] # change to your email address
43
42
links :
44
43
# The first element serves as the copyright owner's link
45
- - https://twitter.com/username # change to your twitter homepage
46
- - https://github.com/username # change to your github homepage
44
+ - https://twitter.com/username # change to your twitter homepage
45
+ - https://github.com/username # change to your github homepage
47
46
# Uncomment below to add more social links
48
47
# - https://www.facebook.com/username
49
48
# - https://www.linkedin.com/in/username
50
49
51
- google_site_verification : # fill in to your verification string
50
+ google_site_verification : # fill in to your verification string
52
51
53
52
# ↑ --------------------------
54
53
# The end of `jekyll-seo-tag` settings
55
54
56
55
google_analytics :
57
- id : # fill in your Google Analytics ID
56
+ id : # fill in your Google Analytics ID
58
57
# Google Analytics pageviews report settings
59
58
pv :
60
- proxy_endpoint : # fill in the Google Analytics superProxy endpoint of Google App Engine
61
- cache_path : # the local PV cache data, friendly to visitors from GFW region
59
+ proxy_endpoint : # fill in the Google Analytics superProxy endpoint of Google App Engine
60
+ cache_path : # the local PV cache data, friendly to visitors from GFW region
62
61
63
62
# Prefer color scheme setting.
64
63
#
@@ -71,59 +70,59 @@ google_analytics:
71
70
# light - Use the light color scheme
72
71
# dark - Use the dark color scheme
73
72
#
74
- theme_mode : # [light|dark]
73
+ theme_mode : # [light|dark]
75
74
76
75
# The CDN endpoint for images.
77
76
# Notice that once it is assigned, the CDN url
78
77
# will be added to all image (site avatar & posts' images) paths starting with '/'
79
78
#
80
79
# e.g. 'https://cdn.com'
81
- img_cdn : ' https://chirpy-img.netlify.app'
80
+ img_cdn : " https://chirpy-img.netlify.app"
82
81
83
82
# the avatar on sidebar, support local or CORS resources
84
- avatar : ' /commons/avatar.jpg'
83
+ avatar : " /commons/avatar.jpg"
85
84
86
85
# boolean type, the global switch for ToC in posts.
87
86
toc : true
88
87
89
88
comments :
90
- active : # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
89
+ active : # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
91
90
# The active options are as follows:
92
91
disqus :
93
- shortname : # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
92
+ shortname : # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
94
93
# utterances settings › https://utteranc.es/
95
94
utterances :
96
- repo : # <gh-username>/<repo>
97
- issue_term : # < url | pathname | title | ...>
95
+ repo : # <gh-username>/<repo>
96
+ issue_term : # < url | pathname | title | ...>
98
97
# Giscus options › https://giscus.app
99
98
giscus :
100
- repo : # <gh-username>/<repo>
99
+ repo : # <gh-username>/<repo>
101
100
repo_id :
102
101
category :
103
102
category_id :
104
- mapping : # optional, default to 'pathname'
105
- input_position : # optional, default to 'bottom'
106
- lang : # optional, default to the value of `site.lang`
103
+ mapping : # optional, default to 'pathname'
104
+ input_position : # optional, default to 'bottom'
105
+ lang : # optional, default to the value of `site.lang`
107
106
reactions_enabled : # optional, default to the value of `1`
108
107
109
108
# Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets
110
109
assets :
111
110
self_host :
112
- enabled : # boolean, keep empty means false
111
+ enabled : # boolean, keep empty means false
113
112
# specify the Jekyll environment, empty means both
114
113
# only works if `assets.self_host.enabled` is 'true'
115
- env : # [development|production]
114
+ env : # [development|production]
116
115
117
116
pwa :
118
- enabled : true # the option for PWA feature
117
+ enabled : true # the option for PWA feature
119
118
120
119
paginate : 10
121
120
122
121
# ------------ The following options are not recommended to be modified ------------------
123
122
124
123
kramdown :
125
124
syntax_highlighter : rouge
126
- syntax_highlighter_opts : # Rouge Options › https://github.com/jneen/rouge#full-options
125
+ syntax_highlighter_opts : # Rouge Options › https://github.com/jneen/rouge#full-options
127
126
css_class : highlight
128
127
# default_lang: console
129
128
span :
@@ -139,12 +138,12 @@ collections:
139
138
140
139
defaults :
141
140
- scope :
142
- path : ' ' # An empty string here means all files in the project
141
+ path : " " # An empty string here means all files in the project
143
142
type : posts
144
143
values :
145
144
layout : post
146
- comments : true # Enable comments in posts.
147
- toc : true # Display TOC column in posts.
145
+ comments : true # Enable comments in posts.
146
+ toc : true # Display TOC column in posts.
148
147
# DO NOT modify the following parameter unless you are confident enough
149
148
# to update the code of all other post links in this project.
150
149
permalink : /posts/:title/
@@ -153,8 +152,8 @@ defaults:
153
152
values :
154
153
comments : false
155
154
- scope :
156
- path : ' '
157
- type : tabs # see `site.collections`
155
+ path : " "
156
+ type : tabs # see `site.collections`
158
157
values :
159
158
layout : page
160
159
permalink : /:title/
@@ -180,13 +179,13 @@ compress_html:
180
179
envs : [development]
181
180
182
181
exclude :
183
- - ' *.gem'
184
- - ' *.gemspec'
182
+ - " *.gem"
183
+ - " *.gemspec"
185
184
- tools
186
185
- README.md
187
186
- CHANGELOG.md
188
187
- LICENSE
189
- - gulpfile .js
188
+ - rollup.config .js
190
189
- node_modules
191
190
- package*.json
192
191
0 commit comments