♻️ Dark mode rewrite

This commit is contained in:
James Panther
2022-01-27 15:26:18 +11:00
parent 6a23863ff9
commit d86d1b82be
15 changed files with 92 additions and 91 deletions
@@ -6,6 +6,7 @@ weight = 1
rtl = false
title = "Congo"
# logo = "img/logo.jpg"
# description = "My awesome website"
# copyright = "Copy, _right?_ :thinking_face:"
+5 -3
View File
@@ -6,13 +6,15 @@
# https://jpanther.github.io/congo/docs/configuration/#theme-parameters
colorScheme = "congo"
defaultAppearance = "light" # valid options: light or dark
autoSwitchAppearance = true
showAppearanceSwitcher = true
enableSearch = true
enableCodeCopy = true
darkMode = "auto"
# logo = "img/logo.jpg"
mainSections = ["samples"]
# robots = ""
showDarkToggle = false
showScrollToTop = true
[homepage]