mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-05-19 19:31:54 +02:00
Changes to blowfish params
This commit is contained in:
parent
9e8df4a4e9
commit
59a1742c0f
1 changed files with 6 additions and 6 deletions
|
@ -5,8 +5,8 @@
|
||||||
# Refer to the theme docs for more details about each of these parameters.
|
# Refer to the theme docs for more details about each of these parameters.
|
||||||
# https://blowfish.page/docs/configuration/#theme-parameters
|
# https://blowfish.page/docs/configuration/#theme-parameters
|
||||||
|
|
||||||
colorScheme = "congo"
|
colorScheme = "noir"
|
||||||
defaultAppearance = "dark" # valid options: light or dark
|
defaultAppearance = "light" # valid options: light or dark
|
||||||
autoSwitchAppearance = false
|
autoSwitchAppearance = false
|
||||||
|
|
||||||
enableSearch = true
|
enableSearch = true
|
||||||
|
@ -26,17 +26,17 @@ defaultBackgroundImage = "RecordShelf_1.jpg" # used as default for background im
|
||||||
# smartTOCHideUnfocusedChildren = true
|
# smartTOCHideUnfocusedChildren = true
|
||||||
|
|
||||||
[header]
|
[header]
|
||||||
layout = "basic" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur
|
layout = "fixed-gradient" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur
|
||||||
|
|
||||||
[footer]
|
[footer]
|
||||||
showMenu = true
|
showMenu = true
|
||||||
showCopyright = false
|
showCopyright = false
|
||||||
showThemeAttribution = true
|
showThemeAttribution = false
|
||||||
showAppearanceSwitcher = false
|
showAppearanceSwitcher = false
|
||||||
showScrollToTop = false
|
showScrollToTop = false
|
||||||
|
|
||||||
[homepage]
|
[homepage]
|
||||||
layout = "background" # valid options: page, profile, hero, card, background, custom
|
layout = "profile" # valid options: page, profile, hero, card, background, custom
|
||||||
homepageImage = "IMAGE.jpg" # used in: hero, and card
|
homepageImage = "IMAGE.jpg" # used in: hero, and card
|
||||||
showRecent = true
|
showRecent = true
|
||||||
showRecentItems = 5
|
showRecentItems = 5
|
||||||
|
@ -78,7 +78,7 @@ defaultBackgroundImage = "RecordShelf_1.jpg" # used as default for background im
|
||||||
showZenMode = false
|
showZenMode = false
|
||||||
|
|
||||||
[list]
|
[list]
|
||||||
showHero = false
|
showHero = true
|
||||||
# heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
# heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
||||||
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
|
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
|
||||||
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
|
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
|
||||||
|
|
Loading…
Add table
Reference in a new issue