Include cross compiling posts in archive + redesign

This commit is contained in:
Philipp Oppermann
2015-10-24 21:12:04 +02:00
parent 955f30a2a4
commit 145c7a2285

View File

@@ -4,8 +4,13 @@ title: Archive
redirect_from: "/archive/"
---
## Blog Posts
## Rust OS
{% for post in site.posts reversed %}
* {{ post.date | date_to_string }} » [ {{ post.title }} ]({{ post.url }})
{% for post in site.categories.rust-os reversed %}
* [ {{ post.title }} ]({{ post.url }})
{% endfor %}
### Cross Compiling for Rust OS
* [binutils]({{ site.url }}/rust-os/cross-compile-binutils.html)
* [libcore]({{ site.url }}/rust-os/cross-compile-libcore.html)