From 3da417f6c98203c54e744a3063d8c7d2b9fc6e2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Mon, 12 Dec 2022 22:07:14 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Add=20relevant=20parameters=20to?= =?UTF-8?q?=20params.toml=20file=20for=20both=20taxonomy=20and=20term?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/_default/params.toml | 24 +++++++++++++++++++++++- exampleSite/config/_default/params.toml | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 6444d411..d623402d 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -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" diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index 55137936..5fdc6350 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -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"