From 4f6d219de8ad6cd1e14cf1a5719dd976533df0b7 Mon Sep 17 00:00:00 2001 From: Sudhanshu Dasgupta Date: Fri, 6 Sep 2024 10:24:28 +0530 Subject: [PATCH 1/2] index sitemap Signed-off-by: Sudhanshu Dasgupta --- hugo.toml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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" From df5d1622b544a31dacbaeef185288428158aaef7 Mon Sep 17 00:00:00 2001 From: Sudhanshu Dasgupta Date: Fri, 6 Sep 2024 10:30:33 +0530 Subject: [PATCH 2/2] revert Signed-off-by: Sudhanshu Dasgupta --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index fa7bcf8d..9d9050fc 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 = "G-HX135VWX9B" +id = "UA-00000000-0" # Language configuration