summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-26 11:12:12 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-26 11:12:12 +0200
commit351f1083f31aa674cc82981ec1943bc784d34772 (patch)
tree735a3fe0eb12aea1d359de713696b68049b23f61 /src
parentfix(package.nix): Avoid chopping of the last char with the regex `.` (diff)
downloadb-peetz.de-351f1083f31aa674cc82981ec1943bc784d34772.zip
fix(src/config.toml): Avoid forcing a dark theme
Diffstat (limited to 'src')
-rw-r--r--src/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.toml b/src/config.toml
index cabb9a9..3e400aa 100644
--- a/src/config.toml
+++ b/src/config.toml
@@ -55,7 +55,7 @@ sections = [
 blog_section_path = "/blog"
 
 back_link_text = "Back" # Text of the back button
-force_theme = "dark" # false | "light" | "dark"
+force_theme = false # false | "light" | "dark"
 
 footer_copyright = "© 2025 Benedikt Peetz"
 footer_credits = true # Whether to show "Built with zola and serene" in footer