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

github.com/darshanbaral/aafu.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.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 70ca4db..606bca6 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -7,7 +7,11 @@ theme = "aafu"
author = "Darshan Baral"
description = "Website title"
copyright = "aaa"
- useDarkTheme = false
+
+ [params.theme]
+ allowToggle = true
+ mainTheme = "light"
+ altTheme = "dark"
[params.favicons]
use = true