diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 5ba17c1..95cb62b 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -10,9 +10,6 @@ paginate = 10 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. -# googleAnalytics = "" -# disqusShortname = "" - archetypeDir = "archetypes" contentDir = "content" dataDir = "data" @@ -33,6 +30,11 @@ disableSitemap = false disable404 = false disableHugoGeneratorInject = false +# disqusShortname = "" +[services] +# [services.googleAnalytics] +# ID = 'G-MEASUREMENT_ID' + [permalinks] posts = "/posts/:year/:month/:title/"