From 546c992993e19f1c860681ab7cc8ed4a2463e1e6 Mon Sep 17 00:00:00 2001 From: Mara Bos Date: Mon, 16 Sep 2019 19:05:23 +0200 Subject: [PATCH] Use Jekyll to prevent duplication. README.md now has a Jekyll tag to include mentors.md. --- README.md | 2 ++ _config.yml | 3 +++ docs/index.md => _includes/mentors.md | 35 +++------------------------ 3 files changed, 9 insertions(+), 31 deletions(-) create mode 100644 _config.yml rename docs/index.md => _includes/mentors.md (86%) diff --git a/README.md b/README.md index 5aa7a99..845670b 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ If there are any topics of interest that you're looking for that aren't covered See https://rustbeginners.github.io/awesome-rust-mentors/ +{% include mentors.md %} + ## Additional Resources * [Rust Language Cheat Sheet](https://cheats.rs/) * [rust-learning](https://github.com/ctjhoa/rust-learning) diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..cb040fd --- /dev/null +++ b/_config.yml @@ -0,0 +1,3 @@ +theme: jekyll-theme-cayman +github: + is_project_page: false diff --git a/docs/index.md b/_includes/mentors.md similarity index 86% rename from docs/index.md rename to _includes/mentors.md index f4f33e2..5f9ee1d 100644 --- a/docs/index.md +++ b/_includes/mentors.md @@ -1,29 +1,3 @@ -# [awesome-rust-mentors](https://github.com/RustBeginners/awesome-rust-mentors) - -A curated list of mentors who are interested in helping new contributors get involved in Rust. - -### Code of Conduct - -All mentors and mentees are expected to abide by the Rust community [code of conduct](https://github.com/rust-lang/rust/blob/master/CODE_OF_CONDUCT.md). Violators will be removed from this list. - -## New Mentors - -To apply, simply [open an issue](https://github.com/RustBeginners/awesome-rust-mentors/issues/new?assignees=&labels=mentor+application&template=new-mentor.md&title=). There is a template set up to help you get started quickly. - -### Expectations For Mentors - -[Work in progress](https://github.com/RustBeginners/awesome-rust-mentors/issues/1) - -### Expectations For Mentees - -[Work in progress](https://github.com/RustBeginners/awesome-rust-mentors/issues/11) - -### Missing Mentor Topics - -If there are any topics of interest that you're looking for that aren't covered by any of the mentors here just open an issue to let us know! We will do our best to find a mentor for that topic / library / whatever and get them to sign up. - -## Mentors - ### Ana Hobden ([@hoverbear](https://github.com/hoverbear)) * **Contact:** Email ([ana@hoverbear.org](mailto:ana@hoverbear.org), Twitter ([@a_hoverbear](https://twitter.com/a_hoverbear)) * **Spoken Language:** _English_, some German, some Chinese @@ -161,15 +135,13 @@ If there are any topics of interest that you're looking for that aren't covered * **Spoken Languages**: English * **Topics**: Language basics, rustc development (especially diagnostics) -## Additional Resources -* [Rust Language Cheat Sheet](https://cheats.rs/) -* [rust-learning](https://github.com/ctjhoa/rust-learning) -* [awesome-rust](https://github.com/rust-unofficial/awesome-rust#resources) +