@@ -53,9 +53,9 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
5353 layout = " page" # valid options: page, profile, hero, card, background, custom
5454 # homepageImage = "IMAGE.jpg" # used in: hero, and card
5555 showRecent = true
56- showRecentItems = 5
56+ showRecentItems = 15
5757 showMoreLink = false
58- showMoreLinkDest = " /posts /"
58+ showMoreLinkDest = " /apps /"
5959 cardView = true
6060 cardViewScreenWidth = false
6161 layoutBackgroundBlur = false # only used when layout equals background
@@ -73,7 +73,7 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
7373 # heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground
7474 layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
7575 layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
76- showBreadcrumbs = false
76+ showBreadcrumbs = true
7777 showDraftLabel = true
7878 showEdit = false
7979 # editURL = "https://github.com/username/repo/"
@@ -86,8 +86,8 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
8686 showTableOfContents = false
8787 # showRelatedContent = true
8888 # relatedContentLimit = 3
89- showTaxonomies = true # use showTaxonomies OR showCategoryOnly, not both
90- showCategoryOnly = false # use showTaxonomies OR showCategoryOnly, not both
89+ showTaxonomies = false # use showTaxonomies OR showCategoryOnly, not both
90+ showCategoryOnly = true # use showTaxonomies OR showCategoryOnly, not both
9191 showAuthorsBadges = true
9292 showWordCount = false
9393 # sharingLinks = [ "linkedin", "twitter", "bluesky", "mastodon", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram", "line"]
0 commit comments