File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed 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 @@ -3,13 +3,15 @@ title: Blog
3
3
menu : { main: { weight: 50 } }
4
4
redirects :
5
5
# Every January, update the year number in the paths below
6
- - { from: '', to: '2024 / 302!' }
6
+ - { from: '', to: '2025 / 302!' }
7
7
# 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!' }
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