💥 Move footer parameters to their own sub-group

This commit is contained in:
James Panther
2022-06-27 10:30:07 +10:00
parent aa102e67de
commit efbeceaa4f
6 changed files with 23 additions and 18 deletions
+6 -4
View File
@@ -8,10 +8,6 @@
colorScheme = "congo"
defaultAppearance = "light" # valid options: light or dark
autoSwitchAppearance = true
showAppearanceSwitcher = false
showCopyright = true
showThemeAttribution = true
showScrollToTop = true
enableSearch = false
enableCodeCopy = false
@@ -19,6 +15,12 @@ enableCodeCopy = false
# mainSections = ["section1", "section2"]
# robots = ""
[footer]
showCopyright = true
showThemeAttribution = true
showAppearanceSwitcher = false
showScrollToTop = true
[homepage]
layout = "page" # valid options: page, profile, custom
showRecent = false