Skip to content

Commit 133427b

Browse files
committed
Translate blog metadata from yaml to toml
Translate blog.yaml to blog.toml
1 parent f964392 commit 133427b

File tree

4 files changed

+22
-21
lines changed

4 files changed

+22
-21
lines changed

posts/blog.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
title = "Rust Blog"
2+
index-title = "The Rust Programming Language Blog"
3+
link-text = "the main Rust blog"
4+
description = "Empowering everyone to build reliable and efficient software."
5+
index-html = """
6+
This is the <b>main Rust blog</b>. \
7+
<a href="https://www.rust-lang.org/governance/">Rust teams</a> \
8+
use this blog to announce major developments in the world of Rust."""
9+
maintained-by = "the Rust Teams"
10+
requires-team = false

posts/blog.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

posts/inside-rust/blog.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
title = "Inside Rust Blog"
2+
index-title = 'The "Inside Rust" Blog'
3+
link-text = 'the "Inside Rust" blog'
4+
description = "Want to follow along with Rust development? Curious how you might get involved? Take a look!"
5+
index-html = """
6+
This is the <b>"Inside Rust"</b> blog. This blog is aimed at those who wish \
7+
to follow along with Rust development. The various \
8+
<a href="https://www.rust-lang.org/governance">Rust teams and working groups</a> \
9+
use this blog to post status updates, calls for help, and other \
10+
similar announcements."""
11+
maintained-by = "the Rust Teams"
12+
requires-team = false

posts/inside-rust/blog.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)