mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
🔧 Add default values to the above new sections in params.toml
This commit is contained in:
parent
1c5ff0957b
commit
2e222bf5aa
1 changed files with 7 additions and 8 deletions
|
@ -87,24 +87,23 @@ enableCodeCopy = true
|
|||
#heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
||||
#layoutBackgroundBlur = true # only used when heroStyle equals background
|
||||
#layoutBackgroundHeaderSpace = false
|
||||
#showViews = true
|
||||
#showLikes = true
|
||||
#showViews = false
|
||||
#showLikes = false
|
||||
#showTableOfContents = true
|
||||
#cardView = true
|
||||
#cardView = false
|
||||
|
||||
[term]
|
||||
#showHero = true
|
||||
#heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
||||
#layoutBackgroundBlur = true # only used when heroStyle equals background
|
||||
#layoutBackgroundHeaderSpace = false
|
||||
#showSummary = false
|
||||
#showViews = true
|
||||
#showLikes = true
|
||||
#showViews = false
|
||||
#showLikes = false
|
||||
#showTableOfContents = true
|
||||
#showCards = true
|
||||
#showCards = false
|
||||
#groupByYear = false
|
||||
#cardViewScreenWidth = false
|
||||
#cardView = true
|
||||
#cardView = false
|
||||
|
||||
[firebase]
|
||||
# apiKey = "XXXXXX"
|
||||
|
|
Loading…
Reference in a new issue