Skip to content

Commit b725385

Browse files
authored
update params.toml
1 parent b4823c2 commit b725385

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

config/_default/params.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
5050
showScrollToTop = true
5151

5252
[homepage]
53-
layout = "profile" # valid options: page, profile, hero, card, background, custom
53+
layout = "page" # valid options: page, profile, hero, card, background, custom
5454
#homepageImage = "IMAGE.jpg" # used in: hero, and card
5555
showRecent = false
5656
showRecentItems = 5
5757
showMoreLink = false
5858
showMoreLinkDest = "/posts/"
59-
cardView = false
60-
cardViewScreenWidth = false
59+
cardView = true
60+
cardViewScreenWidth = true
6161
layoutBackgroundBlur = false # only used when layout equals background
6262
disableHeroImageFilter = false # only used when layout equals hero
6363

@@ -82,14 +82,14 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
8282
showHeadingAnchors = true
8383
showPagination = true
8484
invertPagination = false
85-
showReadingTime = true
85+
showReadingTime = false
8686
showTableOfContents = false
87-
# showRelatedContent = false
87+
# showRelatedContent = true
8888
# relatedContentLimit = 3
8989
showTaxonomies = false # use showTaxonomies OR showCategoryOnly, not both
9090
showCategoryOnly = false # use showTaxonomies OR showCategoryOnly, not both
91-
showAuthorsBadges = false
92-
showWordCount = true
91+
showAuthorsBadges = true
92+
showWordCount = false
9393
# sharingLinks = [ "linkedin", "twitter", "bluesky", "mastodon", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram", "line"]
9494
showZenMode = false
9595

0 commit comments

Comments
 (0)