From ea8472f7d59ca30094a8f597b5f5ae95ea17b88a Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Mon, 15 Jan 2024 15:53:56 -0500 Subject: [PATCH] Docsy update + Reenable RSS for blog index and navigation pages (#3780) --- content/en/blog/2019/_index.md | 1 + content/en/blog/2021/_index.md | 1 + content/en/blog/2022/_index.md | 1 + content/en/blog/2023/_index.md | 1 + content/en/blog/_index.md | 1 + hugo.yaml | 3 ++- themes/docsy | 2 +- 7 files changed, 8 insertions(+), 2 deletions(-) diff --git a/content/en/blog/2019/_index.md b/content/en/blog/2019/_index.md index 7eb73332ba1b..3c7c14e31c79 100644 --- a/content/en/blog/2019/_index.md +++ b/content/en/blog/2019/_index.md @@ -1,4 +1,5 @@ --- title: 2019 weight: -2019 +outputs: [HTML, RSS] --- diff --git a/content/en/blog/2021/_index.md b/content/en/blog/2021/_index.md index 6f62e28ae5a1..ed18576194e8 100644 --- a/content/en/blog/2021/_index.md +++ b/content/en/blog/2021/_index.md @@ -1,4 +1,5 @@ --- title: 2021 weight: -2021 +outputs: [HTML, RSS] --- diff --git a/content/en/blog/2022/_index.md b/content/en/blog/2022/_index.md index 35e05d9c9313..77abd11a8e82 100644 --- a/content/en/blog/2022/_index.md +++ b/content/en/blog/2022/_index.md @@ -1,4 +1,5 @@ --- title: 2022 weight: -2022 +outputs: [HTML, RSS] --- diff --git a/content/en/blog/2023/_index.md b/content/en/blog/2023/_index.md index 0a498ca6269f..bb49845fc9b1 100644 --- a/content/en/blog/2023/_index.md +++ b/content/en/blog/2023/_index.md @@ -1,4 +1,5 @@ --- title: 2023 weight: -2023 +outputs: [HTML, RSS] --- diff --git a/content/en/blog/_index.md b/content/en/blog/_index.md index 6f1ec872fe59..99162672a905 100644 --- a/content/en/blog/_index.md +++ b/content/en/blog/_index.md @@ -3,4 +3,5 @@ title: Blog menu: main: { weight: 50 } redirects: [{ from: '', to: '2023/ 301!' }] +outputs: [HTML, RSS] --- diff --git a/hugo.yaml b/hugo.yaml index 9166ea9675a5..df8ae68de056 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -2,7 +2,7 @@ baseURL: https://opentelemetry.io title: &title OpenTelemetry description: &desc The OpenTelemetry Project Site -disableKinds: [rss, taxonomy] +disableKinds: [taxonomy] theme: [docsy] disableAliases: true # We do redirects via Netlify's _redirects file enableGitInfo: true @@ -44,6 +44,7 @@ outputFormats: outputs: home: [HTML, REDIRECTS] + section: [HTML] params: copyright: >- diff --git a/themes/docsy b/themes/docsy index 6a71096ef3fa..ce52bb0ab119 160000 --- a/themes/docsy +++ b/themes/docsy @@ -1 +1 @@ -Subproject commit 6a71096ef3fad14504eb2f4f1656ec10b34a62f9 +Subproject commit ce52bb0ab119395aa8775214c78fd71cdec4072d