Skip to content

Commit d7d3bc9

Browse files
committed
Simplify site config
1 parent cf39433 commit d7d3bc9

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

Diff for: _config.yml

+12-15
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
9-
#--------------------------
9+
# --------------------------
1010
title: Chirpy # the main title
1111

1212
tagline: A text-focused Jekyll theme. # it will display as the sub-title
@@ -41,7 +41,7 @@ social:
4141
# - https://www.linkedin.com/in/username
4242

4343
google_site_verification: google_meta_tag_verification # change to your verification string
44-
#--------------------------
44+
# --------------------------
4545

4646

4747
# Only if your site type is GitHub Project sites and doesn't have a custom domain,
@@ -67,32 +67,29 @@ disqus:
6767
shortname: '' # Fill with your Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
6868

6969

70-
# Prefer color scheme setting, keep empty will follow the system prefer color by default.
71-
# And there will be a toggle to switch the theme between dark and light
70+
# Prefer color scheme setting.
71+
#
72+
# Note: Keep empty will follow the system prefer color by default,
73+
# and there will be a toggle to switch the theme between dark and light
7274
# on the bottom left of the sidebar.
7375
#
74-
# Available values:
76+
# Available options:
7577
#
7678
# light - Use the light color scheme
7779
#
7880
# dark - Use the dark color scheme
7981
#
80-
theme_mode:
82+
theme_mode: # <light|dark>
8183

8284
# boolean type, the global switch for ToC in posts.
8385
toc: true
8486

8587
paginate: 10
8688

87-
markdown: kramdown
88-
89-
highlighter: rouge
90-
9189
kramdown:
92-
input: GFM
9390
syntax_highlighter: rouge
94-
syntax_highlighter_opts: # Rouge Options › https://github.com/jneen/rouge#full-options
95-
css_class: 'highlight'
91+
syntax_highlighter_opts: # Rouge Options › https://github.com/jneen/rouge#full-options
92+
css_class: highlight
9693
# default_lang: console
9794
span:
9895
line_numbers: false
@@ -197,5 +194,5 @@ jekyll-archives:
197194
category: category
198195
tag: tag
199196
permalinks:
200-
tag: '/tags/:name/'
201-
category: '/categories/:name/'
197+
tag: /tags/:name/
198+
category: /categories/:name/

0 commit comments

Comments
 (0)