Skip to content

Commit 26c374b

Browse files
authored
trying to update with new name
1 parent 82ebca1 commit 26c374b

File tree

229 files changed

+6
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

229 files changed

+6
-6
lines changed

config/_default/menus.en.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
[[main]]
1414
name = "All apps"
15-
pageRef = "posts"
15+
pageRef = "apps"
1616
weight = 10
1717

1818
[[main]]

config/_default/params.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)