Fix config
This commit is contained in:
parent
e58845d747
commit
0aabb89fa1
1 changed files with 5 additions and 3 deletions
|
@ -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/"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue