updated first version of docs

This commit is contained in:
Nuno Coração
2022-09-11 22:18:53 +01:00
parent eca7f0e6b6
commit 2cd03b71a6
464 changed files with 78896 additions and 25 deletions

View File

@@ -6,10 +6,10 @@
# https://nunocoracao.github.io/blowfish/docs/configuration/#theme-parameters
colorScheme = "ocean"
defaultAppearance = "light" # valid options: light or dark
autoSwitchAppearance = true
defaultAppearance = "dark" # valid options: light or dark
autoSwitchAppearance = false
enableSearch = true
enableSearch = false
enableCodeCopy = true
mainSections = ["posts", "suggest", "external"]
@@ -18,12 +18,12 @@ mainSections = ["posts", "suggest", "external"]
[footer]
showCopyright = true
showThemeAttribution = true
showAppearanceSwitcher = true
showAppearanceSwitcher = false
showScrollToTop = true
[homepage]
layout = "page" # valid options: page, profile, custom
showRecent = true
layout = "profile" # valid options: page, profile, custom
showRecent = false
[article]
showDate = true