Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blog section for 2025 #5874

Merged
merged 3 commits into from
Jan 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ IgnoreDirs:
# DO NOT EDIT! IgnoreDirs list is auto-generated from markdown file front matter.
# Ignore blog index pages for all locales and in all blog sections (top-level and years)
- ^(../)?blog/(\d+/)?page/\d+
# Ignore old blog posts
- ^(../)?blog/20(19|21|22|23)/
# TODO drop next lines after https://github.com/open-telemetry/opentelemetry.io/issues/5555 is fixed for these pages:
- ^zh/docs/concepts/signals/baggage/
- ^zh/docs/zero-code/php/
Expand Down
5 changes: 5 additions & 0 deletions content/en/blog/2025/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: 2025
weight: -2025
outputs: [HTML, RSS]
---
4 changes: 3 additions & 1 deletion content/en/blog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ redirects:
- { from: 'index.xml', to: '2024/index.xml 302!' }
outputs: [HTML, RSS]
htmltest:
# 2024-11-07 DO NOT COPY the following IgnoreDirs to non-en pages because handles all locales.
# 2024-11-07 DO NOT COPY the following IgnoreDirs to non-en pages because it handles all locales.
IgnoreDirs:
# Ignore blog index pages for all locales and in all blog sections (top-level and years)
- ^(../)?blog/(\d+/)?page/\d+
# Ignore old blog posts
- ^(../)?blog/20(19|21|22|23)/
---
Loading