diff --git a/_config.yml b/_config.yml index a4bdada..715d5e1 100644 --- a/_config.yml +++ b/_config.yml @@ -2,3 +2,5 @@ title: GCC Front-End For Rust description: Alternative Rust Compiler for GCC logo: /images/logo.png theme: jekyll-theme-minimal +plugins: + - jekyll-feed diff --git a/reporting/2022-10-monthly-report.md b/_posts/2022-11-01-2022-10-monthly-report.md similarity index 96% rename from reporting/2022-10-monthly-report.md rename to _posts/2022-11-01-2022-10-monthly-report.md index 35bf7d1..ce607b1 100644 --- a/reporting/2022-10-monthly-report.md +++ b/_posts/2022-11-01-2022-10-monthly-report.md @@ -1,3 +1,11 @@ +--- +layout: post +title: "October 2022 monthly report" +author: Philip Herron and Arthur Cohen +tags: + - monthly-report +--- + ## Overview Thanks again to [Open Source Security, inc](https://opensrcsec.com/) and diff --git a/reporting/2022-11-monthly-report.md b/_posts/2022-12-01-2022-11-monthly-report.md similarity index 96% rename from reporting/2022-11-monthly-report.md rename to _posts/2022-12-01-2022-11-monthly-report.md index a5727d7..e4ee5b2 100644 --- a/reporting/2022-11-monthly-report.md +++ b/_posts/2022-12-01-2022-11-monthly-report.md @@ -1,3 +1,11 @@ +--- +layout: post +title: "November 2022 monthly report" +author: Philip Herron and Arthur Cohen +tags: + - monthly-report +--- + ## Overview Thanks again to [Open Source Security, inc](https://opensrcsec.com/) and diff --git a/reporting/2022-year-report.md b/_posts/2023-01-01-2022-year-report.md similarity index 96% rename from reporting/2022-year-report.md rename to _posts/2023-01-01-2022-year-report.md index 2a88b4b..18c8492 100644 --- a/reporting/2022-year-report.md +++ b/_posts/2023-01-01-2022-year-report.md @@ -1,3 +1,11 @@ +--- +layout: post +title: "2022 Yearly report" +author: Philip Herron and Arthur Cohen +tags: + - yearly-report +--- + # Overview Thanks again to [Open Source Security, inc](https://opensrcsec.com/) and diff --git a/index.md b/index.md index 1cf4499..d5f6b28 100644 --- a/index.md +++ b/index.md @@ -1,4 +1,9 @@ -## GCC Front-End For Rust +--- +layout: default +title: GCC Front-End For Rust +--- + +# GCC Front-End For Rust This is a full alternative implementation of the Rust language on top of GCC with the goal to become fully upstream with the GNU toolchain. @@ -10,9 +15,14 @@ You can find compiler status reports over on: [https://github.com/Rust-GCC/Repor ## Status reports -* [2022 Yearly report](/reporting/2022-year-report.md) -* [November 2022 monthly report](/reporting/2022-11-monthly-report.md) -* [October 2022 monthly report](/reporting/2022-10-monthly-report.md) +{% assign sorted_posts = site.posts | sort: "date" | reverse %} + ### FAQ @@ -46,3 +56,7 @@ As this is destined to be upstreamed to GCC we require copyright assignment: [ht * Github: [https://github.com/Rust-GCC](https://github.com/Rust-GCC) * Zulip: [https://gcc-rust.zulipchat.com/](https://gcc-rust.zulipchat.com/) * Twitter: [https://twitter.com/gcc_rust](https://twitter.com/gcc_rust) + +### RSS + +You can stay updated on our progress with this [RSS feed](/feed.xml).