mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
🎨 Add relevant parameters to params.toml file for both taxonomy and term
This commit is contained in:
@@ -82,7 +82,29 @@ enableCodeCopy = true
|
|||||||
excludedKinds = []
|
excludedKinds = []
|
||||||
|
|
||||||
[taxonomy]
|
[taxonomy]
|
||||||
showTermCount = true
|
#showTermCount = true
|
||||||
|
#showHero = true
|
||||||
|
#heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
||||||
|
#layoutBackgroundBlur = true # only used when heroStyle equals background
|
||||||
|
#layoutBackgroundHeaderSpace = false
|
||||||
|
#showViews = true
|
||||||
|
#showLikes = true
|
||||||
|
#showTableOfContents = true
|
||||||
|
#cardView = true
|
||||||
|
|
||||||
|
[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
|
||||||
|
#showTableOfContents = true
|
||||||
|
#showCards = true
|
||||||
|
#groupByYear = false
|
||||||
|
#cardViewScreenWidth = false
|
||||||
|
#cardView = true
|
||||||
|
|
||||||
[firebase]
|
[firebase]
|
||||||
# apiKey = "XXXXXX"
|
# apiKey = "XXXXXX"
|
||||||
|
|||||||
@@ -82,6 +82,29 @@ mainSections = ["docs"]
|
|||||||
|
|
||||||
[taxonomy]
|
[taxonomy]
|
||||||
showTermCount = true
|
showTermCount = true
|
||||||
|
showHero = true
|
||||||
|
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
||||||
|
layoutBackgroundBlur = true # only used when heroStyle equals background
|
||||||
|
layoutBackgroundHeaderSpace = false
|
||||||
|
showViews = true
|
||||||
|
showLikes = true
|
||||||
|
showTableOfContents = true
|
||||||
|
cardView = true
|
||||||
|
|
||||||
|
[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
|
||||||
|
showTableOfContents = true
|
||||||
|
showCards = true
|
||||||
|
groupByYear = false
|
||||||
|
cardView = true
|
||||||
|
cardViewScreenWidth = false
|
||||||
|
|
||||||
|
|
||||||
[firebase]
|
[firebase]
|
||||||
apiKey = "AIzaSyB5tqlqDky77Vb4Tc4apiHV4hRZI18KGiY"
|
apiKey = "AIzaSyB5tqlqDky77Vb4Tc4apiHV4hRZI18KGiY"
|
||||||
|
|||||||
Reference in New Issue
Block a user