Added multiple author support

This commit is contained in:
Nuno Coração
2022-10-13 23:29:04 +01:00
parent 6a3c4f9c21
commit 2677435117
25 changed files with 275 additions and 6 deletions
+5
View File
@@ -15,6 +15,11 @@ buildFuture = false
googleAnalytics = "G-PEDMYR1V0K"
[taxonomies]
tag = "tags"
category = "categories"
author = "authors"
[sitemap]
changefreq = 'daily'
filename = 'sitemap.xml'
+1
View File
@@ -46,6 +46,7 @@ mainSections = ["docs"]
showReadingTime = true
showTableOfContents = true
showTaxonomies = true
showAuthorsBadges = true
showWordCount = false
showSummary = true
sharingLinks = [ "linkedin", "twitter", "whatsapp", "pinterest", "reddit", "facebook", "email"]