Fix config

This commit is contained in:
Djordje Atlialp 2024-10-17 19:39:39 +02:00
parent e58845d747
commit 0aabb89fa1

View file

@ -10,9 +10,6 @@ paginate = 10
rssLimit = 10 # Maximum number of items in the RSS feed. rssLimit = 10 # Maximum number of items in the RSS feed.
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." # This message is only used by the RSS template. copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." # This message is only used by the RSS template.
# googleAnalytics = ""
# disqusShortname = ""
archetypeDir = "archetypes" archetypeDir = "archetypes"
contentDir = "content" contentDir = "content"
dataDir = "data" dataDir = "data"
@ -33,6 +30,11 @@ disableSitemap = false
disable404 = false disable404 = false
disableHugoGeneratorInject = false disableHugoGeneratorInject = false
# disqusShortname = ""
[services]
# [services.googleAnalytics]
# ID = 'G-MEASUREMENT_ID'
[permalinks] [permalinks]
posts = "/posts/:year/:month/:title/" posts = "/posts/:year/:month/:title/"