Commit 75b105b 1 parent d37f619 commit 75b105b Copy full SHA for 75b105b
File tree 3 files changed +10
-1
lines changed
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ IgnoreDirs:
10
10
# DO NOT EDIT! IgnoreDirs list is auto-generated from markdown file front matter.
11
11
# Ignore blog index pages for all locales and in all blog sections (top-level and years)
12
12
- ^(../)?blog/(\d+/)?page/\d+
13
+ # Ignore old blog posts
14
+ - ^(../)?blog/20(19|21|22|23)/
13
15
# TODO drop next lines after https://github.com/open-telemetry/opentelemetry.io/issues/5555 is fixed for these pages:
14
16
- ^zh/docs/concepts/signals/baggage/
15
17
- ^zh/docs/zero-code/php/
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : 2025
3
+ weight : -2025
4
+ outputs : [HTML, RSS]
5
+ ---
Original file line number Diff line number Diff line change @@ -8,8 +8,10 @@ redirects:
8
8
- { from: 'index.xml', to: '2024/index.xml 302!' }
9
9
outputs : [HTML, RSS]
10
10
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.
12
12
IgnoreDirs :
13
13
# Ignore blog index pages for all locales and in all blog sections (top-level and years)
14
14
- ^(../)?blog/(\d+/)?page/\d+
15
+ # Ignore old blog posts
16
+ - ^(../)?blog/20(19|21|22|23)/
15
17
---
You can’t perform that action at this time.
0 commit comments