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

github.com/apvarun/showcase-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarun A P <varunlakshmananap@gmail.com>2021-07-14 21:11:08 +0300
committerVarun A P <varunlakshmananap@gmail.com>2021-07-14 21:11:08 +0300
commitcd13a711fa44c7ff7c8a29f3ee4895c3a26da915 (patch)
tree220eb170a2cc676068387ebf054d6b19a752f63b /exampleSite
parent6364699b9c0b456f546537f2ba7a59d5a9b46f5d (diff)
Add darkmode toggle
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 3228fd1..9ed6a89 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -19,6 +19,9 @@ pluralizelisttitles = false
paginate = 3
multipage = true
+ # Dark mode
+ darkMode = true
+
[[menu.main]]
name = "External"
url = "https://example.com"