@@ -5,60 +5,59 @@ theme: jekyll-theme-chirpy
55
66# Change the following value to '/PROJECT_NAME' ONLY IF your site type is GitHub Pages Project sites
77# and doesn't have a custom domain.
8- baseurl: ''
8+ baseurl: ""
99
1010# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
1111# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
1212# otherwise, the layout language will use the default value of 'en'.
1313lang: en
1414
15-
1615# Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone
1716timezone: Asia/Shanghai
1817
1918# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
2019# ↓ --------------------------
2120
22- title: Chirpy # the main title
21+ title: Chirpy # the main title
2322
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
2524
26- description: >- # used by seo meta and the atom feed
25+ description: >- # used by seo meta and the atom feed
2726 A minimal, responsive and feature-rich Jekyll theme for technical writing.
2827
2928# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
30- url: ''
29+ url: ""
3130
3231github:
33- username: github_username # change to your github username
32+ username: github_username # change to your github username
3433
3534twitter:
36- username: twitter_username # change to your twitter username
35+ username: twitter_username # change to your twitter username
3736
3837social:
3938 # Change to your full name.
4039 # It will be displayed as the default author of the posts and the copyright owner in the Footer
4140 name: your_full_name
42- email: example@domain.com # change to your email address
41+ email: example@domain.com # change to your email address
4342 links:
4443 # 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
4746 # Uncomment below to add more social links
4847 # - https://www.facebook.com/username
4948 # - https://www.linkedin.com/in/username
5049
51- google_site_verification: # fill in to your verification string
50+ google_site_verification: # fill in to your verification string
5251
5352# ↑ --------------------------
5453# The end of `jekyll-seo-tag` settings
5554
5655google_analytics:
57- id: # fill in your Google Analytics ID
56+ id: # fill in your Google Analytics ID
5857 # Google Analytics pageviews report settings
5958 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
6261
6362# Prefer color scheme setting.
6463#
@@ -71,59 +70,59 @@ google_analytics:
7170# light - Use the light color scheme
7271# dark - Use the dark color scheme
7372#
74- theme_mode: # [light|dark]
73+ theme_mode: # [light|dark]
7574
7675# The CDN endpoint for images.
7776# Notice that once it is assigned, the CDN url
7877# will be added to all image (site avatar & posts' images) paths starting with '/'
7978#
8079# e.g. 'https://cdn.com'
81- img_cdn: ' https://chirpy-img.netlify.app'
80+ img_cdn: " https://chirpy-img.netlify.app"
8281
8382# the avatar on sidebar, support local or CORS resources
84- avatar: ' /commons/avatar.jpg'
83+ avatar: " /commons/avatar.jpg"
8584
8685# boolean type, the global switch for ToC in posts.
8786toc: true
8887
8988comments:
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
9190 # The active options are as follows:
9291 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
9493 # utterances settings › https://utteranc.es/
9594 utterances:
96- repo: # <gh-username>/<repo>
97- issue_term: # < url | pathname | title | ...>
95+ repo: # <gh-username>/<repo>
96+ issue_term: # < url | pathname | title | ...>
9897 # Giscus options › https://giscus.app
9998 giscus:
100- repo: # <gh-username>/<repo>
99+ repo: # <gh-username>/<repo>
101100 repo_id:
102101 category:
103102 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`
107106 reactions_enabled: # optional, default to the value of `1`
108107
109108# Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets
110109assets:
111110 self_host:
112- enabled: # boolean, keep empty means false
111+ enabled: # boolean, keep empty means false
113112 # specify the Jekyll environment, empty means both
114113 # only works if `assets.self_host.enabled` is 'true'
115- env: # [development|production]
114+ env: # [development|production]
116115
117116pwa:
118- enabled: true # the option for PWA feature
117+ enabled: true # the option for PWA feature
119118
120119paginate: 10
121120
122121# ------------ The following options are not recommended to be modified ------------------
123122
124123kramdown:
125124 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
127126 css_class: highlight
128127 # default_lang: console
129128 span:
@@ -139,12 +138,12 @@ collections:
139138
140139defaults:
141140 - 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
143142 type: posts
144143 values:
145144 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.
148147 # DO NOT modify the following parameter unless you are confident enough
149148 # to update the code of all other post links in this project.
150149 permalink: /posts/:title/
@@ -153,8 +152,8 @@ defaults:
153152 values:
154153 comments: false
155154 - scope:
156- path: ''
157- type: tabs # see `site.collections`
155+ path: ""
156+ type: tabs # see `site.collections`
158157 values:
159158 layout: page
160159 permalink: /:title/
@@ -180,13 +179,13 @@ compress_html:
180179 envs: [development]
181180
182181exclude:
183- - ' *.gem'
184- - ' *.gemspec'
182+ - " *.gem"
183+ - " *.gemspec"
185184 - tools
186185 - README.md
187186 - CHANGELOG.md
188187 - LICENSE
189- - gulpfile .js
188+ - rollup.config .js
190189 - node_modules
191190 - package*.json
192191
0 commit comments