Skip to content

Commit

Permalink
Docsy update + Reenable RSS for blog index and navigation pages (#3780)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Jan 15, 2024
1 parent 89fb011 commit ea8472f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions content/en/blog/2019/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: 2019
weight: -2019
outputs: [HTML, RSS]
---
1 change: 1 addition & 0 deletions content/en/blog/2021/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: 2021
weight: -2021
outputs: [HTML, RSS]
---
1 change: 1 addition & 0 deletions content/en/blog/2022/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: 2022
weight: -2022
outputs: [HTML, RSS]
---
1 change: 1 addition & 0 deletions content/en/blog/2023/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: 2023
weight: -2023
outputs: [HTML, RSS]
---
1 change: 1 addition & 0 deletions content/en/blog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ title: Blog
menu:
main: { weight: 50 }
redirects: [{ from: '', to: '2023/ 301!' }]
outputs: [HTML, RSS]
---
3 changes: 2 additions & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -44,6 +44,7 @@ outputFormats:

outputs:
home: [HTML, REDIRECTS]
section: [HTML]

params:
copyright: >-
Expand Down

0 comments on commit ea8472f

Please sign in to comment.