feat: make JS light/dark toggle optional

This commit is contained in:
welpo
2023-04-15 00:42:27 +02:00
parent d98c0d0bb8
commit 1803987555
2 changed files with 7 additions and 0 deletions

View File

@@ -16,6 +16,11 @@ highlight_code = true
highlight_theme = "css"
[extra]
# Enable JavaScript theme toggler for dark/light mode (and automatic switching).
# The default setting is the light theme.
theme_switcher = true
# Date format used when listing posts (main page, /blog section, tag posts list…)
# Default is "6th July 2049".
long_date_format = "%d %B %Y"