Skip to content

Commit b3588a6

Browse files
committed
Auto-migrate front matter to Zola
This patch was generated by running: FIX_FRONT_MATTER=1 cargo test -p front_matter
1 parent d64fd7b commit b3588a6

File tree

596 files changed

+3324
-2112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

596 files changed

+3324
-2112
lines changed

content/1.0-Timeline.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
+++
2-
layout = "post"
3-
date = 2014-12-12
2+
path = "2014/12/12/1.0-Timeline"
43
title = "Rust 1.0: Scheduling the trains"
5-
author = "Aaron Turon"
4+
authors = ["Aaron Turon"]
65
description = "As 2014 is drawing to a close, it's time to begin the Rust 1.0 release cycle!"
6+
aliases = ["2014/12/12/1.0-Timeline.html"]
77
+++
88

99
As 2014 is drawing to a close, it's time to begin the Rust 1.0 release cycle!

content/2023-Rust-Annual-Survey-2023-results.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2024-02-19
2+
path = "2024/02/19/2023-Rust-Annual-Survey-2023-results"
43
title = "2023 Annual Rust Survey Results"
5-
author = "The Rust Survey Team"
4+
authors = ["The Rust Survey Team"]
5+
aliases = ["2024/02/19/2023-Rust-Annual-Survey-2023-results.html"]
66
+++
77

88
Hello, Rustaceans!

content/2024-Edition-CFP.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2023-12-15
2+
path = "2023/12/15/2024-Edition-CFP"
43
title = "A Call for Proposals for the Rust 2024 Edition"
5-
author = "Ben Striegel on behalf of the Edition 2024 Project Group"
4+
authors = ["Ben Striegel on behalf of the Edition 2024 Project Group"]
5+
aliases = ["2023/12/15/2024-Edition-CFP.html"]
66
+++
77

88
The year 2024 is soon to be upon us, and as long-time Rust aficionados know,

content/2024-State-Of-Rust-Survey-results.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2025-02-13
2+
path = "2025/02/13/2024-State-Of-Rust-Survey-results"
43
title = "2024 State of Rust Survey Results"
5-
author = "The Rust Survey Team"
4+
authors = ["The Rust Survey Team"]
5+
aliases = ["2025/02/13/2024-State-Of-Rust-Survey-results.html"]
66
+++
77

88
Hello, Rustaceans!

content/4-Years-Of-Rust.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2019-05-15
2+
path = "2019/05/15/4-Years-Of-Rust"
43
title = "4 years of Rust"
5-
author = "The Rust Core Team"
4+
authors = ["The Rust Core Team"]
5+
aliases = ["2019/05/15/4-Years-Of-Rust.html"]
66
+++
77

88
On May 15th, 2015, [Rust][rust-release] was released to the world! After 5 years of open development (and a couple of years of sketching before that), we finally hit the button on making the attempt to create a new systems programming language a serious effort!

content/A-call-for-blogs-2020.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2019-10-29
2+
path = "2019/10/29/A-call-for-blogs-2020"
43
title = "A call for blogs 2020"
5-
author = "The Rust Core Team"
4+
authors = ["The Rust Core Team"]
5+
aliases = ["2019/10/29/A-call-for-blogs-2020.html"]
66
+++
77

88
What will Rust development look like in 2020? That's partially up to you! Here's how it works:

content/Async-await-hits-beta.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2019-09-30
2+
path = "2019/09/30/Async-await-hits-beta"
43
title = "Async-await hits beta!"
5-
author = "Niko Matsakis"
4+
authors = ["Niko Matsakis"]
5+
aliases = ["2019/09/30/Async-await-hits-beta.html"]
66
+++
77

88
Big news! As of this writing, **syntactic support for async-await is

content/Async-await-stable.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2019-11-07
2+
path = "2019/11/07/Async-await-stable"
43
title = "Async-await on stable Rust!"
5-
author = "Niko Matsakis"
4+
authors = ["Niko Matsakis"]
5+
aliases = ["2019/11/07/Async-await-stable.html"]
66
+++
77

88
**On this coming Thursday, November 7, async-await syntax hits stable

content/Cargo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
+++
2-
layout = "post"
3-
date = 2014-11-20
2+
path = "2014/11/20/Cargo"
43
title = "Cargo: Rust's community crate host"
5-
author = "Alex Crichton"
4+
authors = ["Alex Crichton"]
65
description = "Today it is my pleasure to announce that crates.io is online and ready for action."
6+
aliases = ["2014/11/20/Cargo.html"]
77
+++
88

99
Today it is my pleasure to announce that [crates.io](https://crates.io/) is

content/Clippy-deprecating-feature-cargo-clippy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
layout = "post"
3-
date = 2024-02-28
2+
path = "2024/02/28/Clippy-deprecating-feature-cargo-clippy"
43
title = 'Clippy: Deprecating `feature = "cargo-clippy"`'
5-
author = "The Clippy Team"
4+
authors = ["The Clippy Team"]
5+
aliases = ["2024/02/28/Clippy-deprecating-feature-cargo-clippy.html"]
66
+++
77

88
Since Clippy [`v0.0.97`] and before it was shipped with `rustup`, Clippy

0 commit comments

Comments
 (0)