Skip to content

Commit d1b829b

Browse files
committed
chore: remove unnecessary date frontmatter
The date is derived from the filenames, so no need to specify it twice.
1 parent e36e1db commit d1b829b

6 files changed

Lines changed: 0 additions & 6 deletions

content/blog/2023-06-27-global-allocators.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
+++
22
title = "Intercepting Allocations with the Global Allocator"
33
description = "Take a look inside Rust's global allocator APIs!"
4-
date = 2023-06-07
54

65
[taxonomies]
76
tags = ["rust"]

content/blog/2023-08-06-ptr-metadata.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
+++
22
title = "Rust Pointer Metadata"
33
description = "Take a look inside Rust's global allocator APIs!"
4-
date = 2023-08-06
54

65
[taxonomies]
76
tags = ["rust"]

content/blog/2024-08-18-4-years-of-bevy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
+++
22
title = "4 Years of Bevy"
33
description = "Reflecting on my contributions to the Bevy game engine on its 4th birthday"
4-
date = 2024-08-18
54
updated = 2025-09-28
65

76
[taxonomies]

content/blog/2025-03-19-bevy-lint-v0.2.0.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
+++
22
title = "Announcing bevy_lint v0.2.0"
33
description = "Let's look at the highlights of the Bevy linter's second release"
4-
date = 2025-03-19
54
updated = 2025-09-28
65

76
[taxonomies]

content/blog/2025-09-01-zero-copying-strings-serde.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
+++
22
title = "Be Careful Zero-Copying Strings with serde"
33
description = "Going into serde's zero-copy deserialization support, and the sharp edges you may run into while using it"
4-
date = 2025-09-01
54

65
[taxonomies]
76
tags = ["rust"]

content/blog/2025-09-09-bevys-5th-birthday.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
+++
22
title = "Bevy's 5th Birthday: Year of the Linter"
33
description = "Going into serde's zero-copy deserialization support, and the sharp edges you may run into while using it"
4-
date = 2025-09-09
54

65
[taxonomies]
76
tags = ["bevy", "bevy_lint", "rust"]

0 commit comments

Comments
 (0)