diff --git a/hugo.toml b/hugo.toml index 677507c7..fa7bcf8d 100644 --- a/hugo.toml +++ b/hugo.toml @@ -56,7 +56,7 @@ anchor = "smart" [services] [services.googleAnalytics] # Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback]. -id = "UA-00000000-0" +id = "G-HX135VWX9B" # Language configuration @@ -86,7 +86,15 @@ description = "Product Documentation" # Comment out if you don't want the "print entire section" link enabled. [outputs] -# section = ["HTML", "print", "RSS"] + home = ["HTML", "RSS", "SITEMAP"] + section = ["HTML", "RSS"] + taxonomy = ["HTML", "RSS"] + taxonomyTerm = ["HTML", "RSS"] + +[sitemap] + changefreq = "daily" + priority = 0.5 + filename = "sitemap.xml" [params] copyright = "Layer5 Authors"