Merge pull request #307 from nunocoracao/300-add-relevant-parameters-to-paramstoml-file-for-both-taxonomy-and-term

🎨 Add relevant parameters to params.toml file for both taxonomy and term
This commit is contained in:
Nuno Coração 2022-12-12 22:07:49 +00:00 committed by GitHub
commit 1c5ff0957b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 46 additions and 1 deletions

View file

@ -82,7 +82,29 @@ enableCodeCopy = true
excludedKinds = []
[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]
# apiKey = "XXXXXX"

View file

@ -82,6 +82,29 @@ mainSections = ["docs"]
[taxonomy]
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]
apiKey = "AIzaSyB5tqlqDky77Vb4Tc4apiHV4hRZI18KGiY"