6
6
7
7
8
8
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
9
- # --------------------------
9
+ # --------------------------
10
10
title : Chirpy # the main title
11
11
12
12
tagline : A text-focused Jekyll theme. # it will display as the sub-title
@@ -41,7 +41,7 @@ social:
41
41
# - https://www.linkedin.com/in/username
42
42
43
43
google_site_verification : google_meta_tag_verification # change to your verification string
44
- # --------------------------
44
+ # --------------------------
45
45
46
46
47
47
# Only if your site type is GitHub Project sites and doesn't have a custom domain,
@@ -67,32 +67,29 @@ disqus:
67
67
shortname : ' ' # Fill with your Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
68
68
69
69
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
72
74
# on the bottom left of the sidebar.
73
75
#
74
- # Available values :
76
+ # Available options :
75
77
#
76
78
# light - Use the light color scheme
77
79
#
78
80
# dark - Use the dark color scheme
79
81
#
80
- theme_mode :
82
+ theme_mode : # <light|dark>
81
83
82
84
# boolean type, the global switch for ToC in posts.
83
85
toc : true
84
86
85
87
paginate : 10
86
88
87
- markdown : kramdown
88
-
89
- highlighter : rouge
90
-
91
89
kramdown :
92
- input : GFM
93
90
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
96
93
# default_lang: console
97
94
span :
98
95
line_numbers : false
@@ -197,5 +194,5 @@ jekyll-archives:
197
194
category : category
198
195
tag : tag
199
196
permalinks :
200
- tag : ' /tags/:name/'
201
- category : ' /categories/:name/'
197
+ tag : /tags/:name/
198
+ category : /categories/:name/
0 commit comments