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:
+
+