mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 11:32:30 -06:00
Merge pull request #308 from nunocoracao/301-add-default-values-to-the-above-new-sections-in-paramstoml
🔧 Add default values to the above new sections in params.toml
This commit is contained in:
commit
e448f06d3f
1 changed files with 7 additions and 8 deletions
|
@ -87,24 +87,23 @@ enableCodeCopy = 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
|
#layoutBackgroundBlur = true # only used when heroStyle equals background
|
||||||
#layoutBackgroundHeaderSpace = false
|
#layoutBackgroundHeaderSpace = false
|
||||||
#showViews = true
|
#showViews = false
|
||||||
#showLikes = true
|
#showLikes = false
|
||||||
#showTableOfContents = true
|
#showTableOfContents = true
|
||||||
#cardView = true
|
#cardView = false
|
||||||
|
|
||||||
[term]
|
[term]
|
||||||
#showHero = true
|
#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
|
#layoutBackgroundBlur = true # only used when heroStyle equals background
|
||||||
#layoutBackgroundHeaderSpace = false
|
#layoutBackgroundHeaderSpace = false
|
||||||
#showSummary = false
|
#showViews = false
|
||||||
#showViews = true
|
#showLikes = false
|
||||||
#showLikes = true
|
|
||||||
#showTableOfContents = true
|
#showTableOfContents = true
|
||||||
#showCards = true
|
#showCards = false
|
||||||
#groupByYear = false
|
#groupByYear = false
|
||||||
#cardViewScreenWidth = false
|
#cardViewScreenWidth = false
|
||||||
#cardView = true
|
#cardView = false
|
||||||
|
|
||||||
[firebase]
|
[firebase]
|
||||||
# apiKey = "XXXXXX"
|
# apiKey = "XXXXXX"
|
||||||
|
|
Loading…
Reference in a new issue