From bae90531ac36275752940fc14c3ae4f301319b35 Mon Sep 17 00:00:00 2001 From: Lakshya Saxena Date: Wed, 21 Jan 2026 11:05:16 +0000 Subject: [PATCH] fix: remove leading zeros from dateday in TOML front matter Removes leading zeros from dateday values to comply with TOML v1.0.0 specification. This change is backward compatible with Hugo v0.57.2 and prevents build failures when upgrading to modern Hugo versions. Leading zeros create ambiguity with octal notation and are rejected by Hugo v0.123.7+ and TOML parsers following v1.0.0 spec. Signed-off-by: Lakshya Saxena --- ...e Batch Computing with Volcano in AI & Big Data Scenarios.md | 2 +- content/en/blog/Volcano-1.11.0-release.md | 2 +- ...ano-boosts-distributed-training-and-inference-performance.md | 2 +- content/zh/blog/Quick-Start-Volcano.md | 2 +- content/zh/blog/Volcano-1.11.0-release.md | 2 +- content/zh/blog/kube-batch-customers.md | 2 +- content/zh/blog/kube-batch-startup.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/en/blog/Meet Cloud Native Batch Computing with Volcano in AI & Big Data Scenarios.md b/content/en/blog/Meet Cloud Native Batch Computing with Volcano in AI & Big Data Scenarios.md index 1dbacf7c..7b42f5cd 100644 --- a/content/en/blog/Meet Cloud Native Batch Computing with Volcano in AI & Big Data Scenarios.md +++ b/content/en/blog/Meet Cloud Native Batch Computing with Volcano in AI & Big Data Scenarios.md @@ -7,7 +7,7 @@ date = 2024-03-08 lastmod = 2024-03-08 datemonth = "Mar" dateyear = "2024" -dateday = 08 +dateday = 8 draft = false # Is this a draft? true/false toc = true # Show table of contents? true/false diff --git a/content/en/blog/Volcano-1.11.0-release.md b/content/en/blog/Volcano-1.11.0-release.md index 6afa798c..ed4d47f9 100644 --- a/content/en/blog/Volcano-1.11.0-release.md +++ b/content/en/blog/Volcano-1.11.0-release.md @@ -7,7 +7,7 @@ date = 2025-02-07 lastmod = 2025-02-07 datemonth = "Feb" dateyear = "2025" -dateday = 07 +dateday = 7 draft = false # Is this a draft? true/false toc = true # Show table of contents? true/false diff --git a/content/en/blog/how-volcano-boosts-distributed-training-and-inference-performance.md b/content/en/blog/how-volcano-boosts-distributed-training-and-inference-performance.md index 77699dcf..275bb7a5 100644 --- a/content/en/blog/how-volcano-boosts-distributed-training-and-inference-performance.md +++ b/content/en/blog/how-volcano-boosts-distributed-training-and-inference-performance.md @@ -7,7 +7,7 @@ date = 2025-04-01 lastmod = 2025-04-01 datemonth = "Apr" dateyear = "2025" -dateday = 01 +dateday = 1 draft = false # Is this a draft? true/false toc = true # Show table of contents? true/false diff --git a/content/zh/blog/Quick-Start-Volcano.md b/content/zh/blog/Quick-Start-Volcano.md index 186e1ebd..6f54b031 100644 --- a/content/zh/blog/Quick-Start-Volcano.md +++ b/content/zh/blog/Quick-Start-Volcano.md @@ -7,7 +7,7 @@ date = 2019-03-28 lastmod = 2020-09-07 datemonth = "Sep" dateyear = "2020" -dateday = 07 +dateday = 7 draft = false # Is this a draft? true/false toc = true # Show table of contents? true/false diff --git a/content/zh/blog/Volcano-1.11.0-release.md b/content/zh/blog/Volcano-1.11.0-release.md index fd040c75..8a8836b1 100644 --- a/content/zh/blog/Volcano-1.11.0-release.md +++ b/content/zh/blog/Volcano-1.11.0-release.md @@ -7,7 +7,7 @@ date = 2025-02-07 lastmod = 2025-02-07 datemonth = "Feb" dateyear = "2025" -dateday = 07 +dateday = 7 draft = false # Is this a draft? true/false toc = true # Show table of contents? true/false diff --git a/content/zh/blog/kube-batch-customers.md b/content/zh/blog/kube-batch-customers.md index 0d5014bd..e5761f8f 100644 --- a/content/zh/blog/kube-batch-customers.md +++ b/content/zh/blog/kube-batch-customers.md @@ -7,7 +7,7 @@ date = 2019-01-28 lastmod = 2020-09-07 datemonth = "Sep" dateyear = "2020" -dateday = 07 +dateday = 7 draft = false # Is this a draft? true/false toc = true # Show table of contents? true/false diff --git a/content/zh/blog/kube-batch-startup.md b/content/zh/blog/kube-batch-startup.md index 854de5c0..dc352231 100644 --- a/content/zh/blog/kube-batch-startup.md +++ b/content/zh/blog/kube-batch-startup.md @@ -7,7 +7,7 @@ date = 2019-01-28 lastmod = 2020-09-07 datemonth = "Sep" dateyear = "2020" -dateday = 07 +dateday = 7 draft = false # Is this a draft? true/false toc = true # Show table of contents? true/false