Skip to content

Commit 75b105b

Browse files
authored
Blog section for 2025 (#5874)
Signed-off-by: Patrice Chalin <[email protected]>
1 parent d37f619 commit 75b105b

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.htmltest.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ IgnoreDirs:
1010
# DO NOT EDIT! IgnoreDirs list is auto-generated from markdown file front matter.
1111
# Ignore blog index pages for all locales and in all blog sections (top-level and years)
1212
- ^(../)?blog/(\d+/)?page/\d+
13+
# Ignore old blog posts
14+
- ^(../)?blog/20(19|21|22|23)/
1315
# TODO drop next lines after https://github.com/open-telemetry/opentelemetry.io/issues/5555 is fixed for these pages:
1416
- ^zh/docs/concepts/signals/baggage/
1517
- ^zh/docs/zero-code/php/

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ redirects:
88
- { from: 'index.xml', to: '2024/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)