From a2da4dd798a635acaba2091cc04e65f4d3967c9a Mon Sep 17 00:00:00 2001 From: Shahar Naveh <50263213+ShaharNaveh@users.noreply.github.com> Date: Sat, 11 May 2024 12:12:36 +0300 Subject: [PATCH] Update params.toml --- config/_default/params.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 28c94bd..81f39de 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -36,9 +36,9 @@ disableTextInHeader = false showScrollToTop = true [homepage] - layout = "profile" # valid options: page, profile, hero, card, background, custom + layout = "page" # valid options: page, profile, hero, card, background, custom #homepageImage = "IMAGE.jpg" # used in: hero, and card - showRecent = false + showRecent = true showRecentItems = 5 showMoreLink = false showMoreLinkDest = "/posts" @@ -52,7 +52,7 @@ disableTextInHeader = false showLikes = false showDateOnlyInArticle = false showDateUpdated = false - showAuthor = true + showAuthor = false # showAuthorBottom = false showHero = false # heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground @@ -68,14 +68,14 @@ disableTextInHeader = false showPagination = true invertPagination = false showReadingTime = true - showTableOfContents = false - # showRelatedContent = false + showTableOfContents = true + # showRelatedCofatrlse # relatedContentLimit = 3 showTaxonomies = false showAuthorsBadges = false - showWordCount = true + showWordCount = false # sharingLinks = [ "linkedin", "twitter", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram"] - showZenMode = false + showZenMode = true [list] showHero = false