We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c69b17 commit 1751a85Copy full SHA for 1751a85
_config.yml
@@ -90,7 +90,7 @@ pageviews:
90
# light — Use the light color scheme
91
# dark — Use the dark color scheme
92
#
93
-theme_mode: # [light | dark]
+theme_mode: dark # [light | dark]
94
95
# The CDN endpoint for media resources.
96
# Notice that once it is assigned, the CDN url
_sass/main.scss
@@ -1,4 +1,4 @@
1
@forward 'base';
2
@forward 'components';
3
@forward 'layout';
4
-@forward 'pages';
+@forward 'pages';
assets/css/jekyll-theme-chirpy.scss
@@ -8,4 +8,4 @@
8
{%- endif -%}
9
';
10
11
-/* append your custom style below */
+/* append your custom style below */
0 commit comments