From b0e31525159c642d3052f1c364b1a2301bac4173 Mon Sep 17 00:00:00 2001 From: Mircea-Pavel ANTON Date: Thu, 26 Jan 2023 23:38:36 +0000 Subject: [PATCH] Fix `article` section to match docs --- config/_default/params.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 9bfece3f..acb9ce29 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -46,17 +46,17 @@ disableImageOptimization = false [article] showDate = true - #showViews = true - #showLikes = true + showViews = false + showLikes = false showDateUpdated = false showAuthor = true - showHero = true - heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground - layoutBackgroundBlur = false # only used when heroStyle equals background or thumbAndBackground + showHero = false + # heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground + layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground layoutBackgroundHeaderSpace = true # only used when heroStyle equals background - showBreadcrumbs = true + showBreadcrumbs = false showDraftLabel = true - showEdit = true + showEdit = fa;se # editURL = "https://github.com/username/repo/" editAppendPath = true seriesOpened = false @@ -64,12 +64,12 @@ disableImageOptimization = false showPagination = true invertPagination = false showReadingTime = true - showTableOfContents = true - showTaxonomies = false - showAuthorsBadges = false + showTableOfContents = false + showTaxonomies = false + showAuthorsBadges = false showWordCount = true showSummary = true - sharingLinks = [ "linkedin", "twitter", "reddit", "pinterest", "facebook", "email"] + # sharingLinks = [ "linkedin", "twitter", "reddit", "pinterest", "facebook", "email"] [list] #showHero = true