mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
Feature: Make theme colors configurable.
This commit is contained in:
12
_config.yml
12
_config.yml
@@ -67,6 +67,18 @@ disqus:
|
||||
# The year your website first ran.
|
||||
first_run: 2019
|
||||
|
||||
|
||||
# Prefer color scheme setting, available values:
|
||||
#
|
||||
# dual - Follow the system prefer color by default, and a toggle will display
|
||||
# in the left bottom of Sidebar, which used for switch the theme between dark and light.
|
||||
#
|
||||
# light - Use the light color scheme
|
||||
#
|
||||
# dark - Use the dark color scheme
|
||||
#
|
||||
theme_mode: dual
|
||||
|
||||
# boolean type, global switch for ToC in posts.
|
||||
toc: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user