Merge pull request #24149 from sftim/20200926_set_priority_for_key_pages
Set sitemap priority for key pagespull/24554/head
commit
5857387107
|
@ -83,6 +83,10 @@ date = ["date", ":filename", "publishDate", "lastmod"]
|
||||||
[permalinks]
|
[permalinks]
|
||||||
blog = "/:section/:year/:month/:day/:slug/"
|
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.
|
# Be explicit about the output formats. We (currently) only want an RSS feed for the home page.
|
||||||
[outputs]
|
[outputs]
|
||||||
home = [ "HTML", "RSS", "HEADERS" ]
|
home = [ "HTML", "RSS", "HEADERS" ]
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
title: "Production-Grade Container Orchestration"
|
title: "Production-Grade Container Orchestration"
|
||||||
abstract: "Automated container deployment, scaling, and management"
|
abstract: "Automated container deployment, scaling, and management"
|
||||||
cid: home
|
cid: home
|
||||||
|
sitemap:
|
||||||
|
priority: 1.0
|
||||||
---
|
---
|
||||||
|
|
||||||
{{< blocks/section id="oceanNodes" >}}
|
{{< blocks/section id="oceanNodes" >}}
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
---
|
---
|
||||||
linktitle: Kubernetes Documentation
|
linktitle: Kubernetes Documentation
|
||||||
title: Documentation
|
title: Documentation
|
||||||
|
sitemap:
|
||||||
|
priority: 1.0
|
||||||
---
|
---
|
||||||
|
|
|
@ -2,4 +2,6 @@
|
||||||
title: "Overview"
|
title: "Overview"
|
||||||
weight: 20
|
weight: 20
|
||||||
description: Get a high-level outline of Kubernetes and the components it is built from.
|
description: Get a high-level outline of Kubernetes and the components it is built from.
|
||||||
|
sitemap:
|
||||||
|
priority: 0.9
|
||||||
---
|
---
|
||||||
|
|
|
@ -10,6 +10,8 @@ weight: 10
|
||||||
card:
|
card:
|
||||||
name: concepts
|
name: concepts
|
||||||
weight: 10
|
weight: 10
|
||||||
|
sitemap:
|
||||||
|
priority: 0.9
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|
Loading…
Reference in New Issue