diff --git a/hugo.toml b/hugo.toml index 66ae7225..36cb2fdb 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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"