Skip to content

Commit

Permalink
Merge pull request #367 from sudhanshutech/index/sitemap
Browse files Browse the repository at this point in the history
add Sitemap Generation to Hugo Build Process
  • Loading branch information
leecalcote committed Sep 11, 2024
2 parents eb49cd7 + df5d162 commit 31bd63d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 31bd63d

Please sign in to comment.