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:
Nuno Coração
2022-12-12 22:11:54 +00:00
committed by GitHub

View File

@@ -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"