Merge pull request #24149 from sftim/20200926_set_priority_for_key_pages

Set sitemap priority for key pages
This commit is contained in:
Kubernetes Prow Robot
2020-10-13 10:44:27 -07:00
committed by GitHub
5 changed files with 12 additions and 0 deletions
+4
View File
@@ -83,6 +83,10 @@ date = ["date", ":filename", "publishDate", "lastmod"]
[permalinks]
blog = "/:section/:year/:month/:day/:slug/"
[sitemap]
filename = "sitemap.xml"
priority = 0.75
# Be explicit about the output formats. We (currently) only want an RSS feed for the home page.
[outputs]
home = [ "HTML", "RSS", "HEADERS" ]