💥 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 = true
showCopyright = true
showThemeAttribution = true
showScrollToTop = true
enableSearch = true
enableCodeCopy = true
@@ -19,6 +15,12 @@ enableCodeCopy = true
mainSections = ["samples"]
# robots = ""
[footer]
showCopyright = true
showThemeAttribution = true
showAppearanceSwitcher = true
showScrollToTop = true
[homepage]
layout = "custom" # valid options: page, profile, custom
showRecent = true