From 2e222bf5aa5055353e220d077911d91f2f556d1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Mon, 12 Dec 2022 22:11:21 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20default=20values=20to=20th?= =?UTF-8?q?e=20above=20new=20sections=20in=20params.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/_default/params.toml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index d623402d..c24a7cae 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -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"