From c20d7b534d0365663a654cabb124a831eac6e21d Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 3 Jan 2021 14:35:38 +0100 Subject: [PATCH] Add (english) description for translated index pages again --- blog/content/_index.fa.md | 13 +++++++++++++ blog/content/_index.ja.md | 13 +++++++++++++ blog/content/_index.zh-CN.md | 13 +++++++++++++ blog/content/_index.zh-TW.md | 13 +++++++++++++ 4 files changed, 52 insertions(+) create mode 100644 blog/content/_index.fa.md create mode 100644 blog/content/_index.ja.md create mode 100644 blog/content/_index.zh-CN.md create mode 100644 blog/content/_index.zh-TW.md diff --git a/blog/content/_index.fa.md b/blog/content/_index.fa.md new file mode 100644 index 00000000..493e0c96 --- /dev/null +++ b/blog/content/_index.fa.md @@ -0,0 +1,13 @@ ++++ +template = "edition-2/index.html" ++++ + +

Writing an OS in Rust

+ +
+ +This blog series creates a small operating system in the [Rust programming language](https://www.rust-lang.org/). Each post is a small tutorial and includes all needed code, so you can follow along if you like. The source code is also available in the corresponding [Github repository](https://github.com/phil-opp/blog_os). + +Latest post: + +
diff --git a/blog/content/_index.ja.md b/blog/content/_index.ja.md new file mode 100644 index 00000000..493e0c96 --- /dev/null +++ b/blog/content/_index.ja.md @@ -0,0 +1,13 @@ ++++ +template = "edition-2/index.html" ++++ + +

Writing an OS in Rust

+ +
+ +This blog series creates a small operating system in the [Rust programming language](https://www.rust-lang.org/). Each post is a small tutorial and includes all needed code, so you can follow along if you like. The source code is also available in the corresponding [Github repository](https://github.com/phil-opp/blog_os). + +Latest post: + +
diff --git a/blog/content/_index.zh-CN.md b/blog/content/_index.zh-CN.md new file mode 100644 index 00000000..493e0c96 --- /dev/null +++ b/blog/content/_index.zh-CN.md @@ -0,0 +1,13 @@ ++++ +template = "edition-2/index.html" ++++ + +

Writing an OS in Rust

+ +
+ +This blog series creates a small operating system in the [Rust programming language](https://www.rust-lang.org/). Each post is a small tutorial and includes all needed code, so you can follow along if you like. The source code is also available in the corresponding [Github repository](https://github.com/phil-opp/blog_os). + +Latest post: + +
diff --git a/blog/content/_index.zh-TW.md b/blog/content/_index.zh-TW.md new file mode 100644 index 00000000..493e0c96 --- /dev/null +++ b/blog/content/_index.zh-TW.md @@ -0,0 +1,13 @@ ++++ +template = "edition-2/index.html" ++++ + +

Writing an OS in Rust

+ +
+ +This blog series creates a small operating system in the [Rust programming language](https://www.rust-lang.org/). Each post is a small tutorial and includes all needed code, so you can follow along if you like. The source code is also available in the corresponding [Github repository](https://github.com/phil-opp/blog_os). + +Latest post: + +