mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 06:17:49 +00:00
Add (english) description for translated index pages again
This commit is contained in:
13
blog/content/_index.fa.md
Normal file
13
blog/content/_index.fa.md
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
+++
|
||||||
|
template = "edition-2/index.html"
|
||||||
|
+++
|
||||||
|
|
||||||
|
<h1 style="visibility: hidden; height: 0px; margin: 0px; padding: 0px;">Writing an OS in Rust</h1>
|
||||||
|
|
||||||
|
<div class="front-page-introduction">
|
||||||
|
|
||||||
|
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: <!-- latest-post -->
|
||||||
|
|
||||||
|
</div>
|
||||||
13
blog/content/_index.ja.md
Normal file
13
blog/content/_index.ja.md
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
+++
|
||||||
|
template = "edition-2/index.html"
|
||||||
|
+++
|
||||||
|
|
||||||
|
<h1 style="visibility: hidden; height: 0px; margin: 0px; padding: 0px;">Writing an OS in Rust</h1>
|
||||||
|
|
||||||
|
<div class="front-page-introduction">
|
||||||
|
|
||||||
|
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: <!-- latest-post -->
|
||||||
|
|
||||||
|
</div>
|
||||||
13
blog/content/_index.zh-CN.md
Normal file
13
blog/content/_index.zh-CN.md
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
+++
|
||||||
|
template = "edition-2/index.html"
|
||||||
|
+++
|
||||||
|
|
||||||
|
<h1 style="visibility: hidden; height: 0px; margin: 0px; padding: 0px;">Writing an OS in Rust</h1>
|
||||||
|
|
||||||
|
<div class="front-page-introduction">
|
||||||
|
|
||||||
|
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: <!-- latest-post -->
|
||||||
|
|
||||||
|
</div>
|
||||||
13
blog/content/_index.zh-TW.md
Normal file
13
blog/content/_index.zh-TW.md
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
+++
|
||||||
|
template = "edition-2/index.html"
|
||||||
|
+++
|
||||||
|
|
||||||
|
<h1 style="visibility: hidden; height: 0px; margin: 0px; padding: 0px;">Writing an OS in Rust</h1>
|
||||||
|
|
||||||
|
<div class="front-page-introduction">
|
||||||
|
|
||||||
|
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: <!-- latest-post -->
|
||||||
|
|
||||||
|
</div>
|
||||||
Reference in New Issue
Block a user