Add tags to articles
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-07-14 18:56:48 -07:00
parent 1b1a580313
commit fb1d73efad
3 changed files with 5 additions and 5 deletions

View File

@@ -3,12 +3,11 @@ title = "Elara's Site"
#description = "My awesome website"
copyright = "Copyright © Elara Musayelyan"
dateFormat = "January 2, 2006"
[languages.en.params]
languageCode = "en"
languageName = "English"
displayName = "EN"
dateFormat = "January 2, 2006"
isoCode = "en"
weight = 1
rtl = false

View File

@@ -42,7 +42,7 @@ enableCodeCopy = true
invertPagination = false
showReadingTime = true
showTableOfContents = true
showTaxonomies = false
showTaxonomies = true
showWordCount = false
showComments = false
# sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
@@ -52,6 +52,7 @@ enableCodeCopy = true
showSummary = true
showTableOfContents = false
groupByYear = false
showTaxonomies = true
[sitemap]
excludedKinds = ["taxonomy", "term"]