Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/negrel/hugo-theme-pico.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 311fe11..91ab407 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -22,8 +22,12 @@ customJS = ["js/console.js"] # Path relative to assets folder
description = "Boilerplate website"
email = "mail@example.com"
favicon = '/favicon.ico'
-# Dark mode support (default=false)
-darkMode = true
+# Dark mode support
+# Supported value are :
+# - off
+# - always
+# If commented the theme will use the browser theme.
+# darkMode = 'always'
# Social parameters for contact_icons widget
[[params.social]]