Implemented category badges in secondary color.

This commit is contained in:
MaikelChan
2026-03-23 05:45:46 +01:00
parent cc94a0e6c8
commit e84fc0e1c6
4 changed files with 60 additions and 19 deletions
+3 -1
View File
@@ -88,7 +88,9 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
# showRelatedContent = false
# relatedContentLimit = 3
showTaxonomies = false # use showTaxonomies OR showCategoryOnly, not both
showCategoryOnly = false # use showTaxonomies OR showCategoryOnly, not both
showCategories = true # These will show if showTaxonomies is true.
showTags = true # These will show if showTaxonomies is true.
showCategoriesInSecondaryColor = false # This will change the color of category badges, so the user can better distinguish between the two. Only if showTaxonomies is true.
showAuthorsBadges = false
showWordCount = true
# sharingLinks = [ "linkedin", "twitter", "bluesky", "mastodon", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram", "line"]