diff --git a/config.toml b/config.toml index f5425257d9..916560c0b3 100644 --- a/config.toml +++ b/config.toml @@ -66,6 +66,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" ] diff --git a/content/en/_index.html b/content/en/_index.html index 110141c900..c7061813ab 100644 --- a/content/en/_index.html +++ b/content/en/_index.html @@ -2,6 +2,8 @@ title: "Production-Grade Container Orchestration" abstract: "Automated container deployment, scaling, and management" cid: home +sitemap: + priority: 1.0 --- {{< blocks/section id="oceanNodes" >}} diff --git a/content/en/docs/_index.md b/content/en/docs/_index.md index e06ebf76a5..dc42c2d158 100644 --- a/content/en/docs/_index.md +++ b/content/en/docs/_index.md @@ -1,4 +1,6 @@ --- linktitle: Kubernetes Documentation title: Documentation +sitemap: + priority: 1.0 --- diff --git a/content/en/docs/concepts/overview/_index.md b/content/en/docs/concepts/overview/_index.md index a52c470446..fb6351ec67 100755 --- a/content/en/docs/concepts/overview/_index.md +++ b/content/en/docs/concepts/overview/_index.md @@ -2,4 +2,6 @@ title: "Overview" weight: 20 description: Get a high-level outline of Kubernetes and the components it is built from. +sitemap: + priority: 0.9 --- diff --git a/content/en/docs/concepts/overview/what-is-kubernetes.md b/content/en/docs/concepts/overview/what-is-kubernetes.md index 418ee3d644..6df252ede2 100644 --- a/content/en/docs/concepts/overview/what-is-kubernetes.md +++ b/content/en/docs/concepts/overview/what-is-kubernetes.md @@ -10,6 +10,8 @@ weight: 10 card: name: concepts weight: 10 +sitemap: + priority: 0.9 ---