Skip to content

Commit cc4e37c

Browse files
committed
Blog section for 2025
Signed-off-by: Patrice Chalin <[email protected]>
1 parent d37f619 commit cc4e37c

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

content/en/blog/2025/_index.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: 2025
3+
weight: -2025
4+
outputs: [HTML, RSS]
5+
---

content/en/blog/_index.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ title: Blog
33
menu: { main: { weight: 50 } }
44
redirects:
55
# Every January, update the year number in the paths below
6-
- { from: '', to: '2024/ 302!' }
6+
- { from: '', to: '2025/ 302!' }
77
# Workaround to https://github.com/open-telemetry/opentelemetry.io/issues/4440:
8-
- { from: 'index.xml', to: '2024/index.xml 302!' }
8+
- { from: 'index.xml', to: '2025/index.xml 302!' }
99
outputs: [HTML, RSS]
1010
htmltest:
11-
# 2024-11-07 DO NOT COPY the following IgnoreDirs to non-en pages because handles all locales.
11+
# 2024-11-07 DO NOT COPY the following IgnoreDirs to non-en pages because it handles all locales.
1212
IgnoreDirs:
1313
# Ignore blog index pages for all locales and in all blog sections (top-level and years)
1414
- ^(../)?blog/(\d+/)?page/\d+
15+
# Ignore old blog posts
16+
- ^(../)?blog/20(19|21|22|23)/
1517
---

0 commit comments

Comments
 (0)