From 300d83de8bb3d34933c129c26044410057b823c6 Mon Sep 17 00:00:00 2001 From: selankon Date: Thu, 4 Jul 2024 16:00:51 +0200 Subject: [PATCH] Show tags on cards --- config/_default/params.toml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index cb527d6..776f775 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -37,15 +37,15 @@ disableTextInHeader = false [homepage] layout = "background" # valid options: page, profile, hero, card, background, custom - homepageImage = "img/logo.png" # used in: hero, and card +# homepageImage = "img/logo.png" # used in: hero, and card showRecent = true - showRecentItems = 5 + showRecentItems = 6 showMoreLink = true - showMoreLinkDest = "/docs" + showMoreLinkDest = "docs" cardView = true cardViewScreenWidth = false - layoutBackgroundBlur = false # only used when layout equals background - showAuthor = true + layoutBackgroundBlur = true # only used when layout equals background +# showAuthor = true [article] @@ -69,14 +69,14 @@ disableTextInHeader = false showHeadingAnchors = true showPagination = true invertPagination = false - showReadingTime = true + showReadingTime = false showTableOfContents = false # showRelatedContent = false # relatedContentLimit = 3 - showTaxonomies = false + showTaxonomies = true showAuthorsBadges = false - showWordCount = true - # sharingLinks = [ "linkedin", "twitter", "bluesky", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram"] + showWordCount = false + sharingLinks = [ "linkedin", "twitter", "bluesky", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram"] showZenMode = false [list] @@ -89,10 +89,10 @@ disableTextInHeader = false showViews = false showLikes = false showTableOfContents = false - showCards = false + showCards = true orderByWeight = false groupByYear = true - cardView = false + cardView = true cardViewScreenWidth = false constrainItemsWidth = false @@ -106,18 +106,18 @@ disableTextInHeader = false showBreadcrumbs = false showViews = false showLikes = false - showTableOfContents = false + showTableOfContents = true cardView = false [term] - showHero = false + showHero = true # heroStyle = "background" # valid options: basic, big, background, thumbAndBackground showBreadcrumbs = false showViews = false showLikes = false showTableOfContents = true groupByYear = false - cardView = false + cardView = true cardViewScreenWidth = false [firebase]