From 10087ac9af21a87f16b1098d31fdc607f734a883 Mon Sep 17 00:00:00 2001 From: Michael Stenta Date: Mon, 15 Jan 2024 07:18:41 -0500 Subject: [PATCH] Add links to GitHub repositories on homepage. --- src/content/index.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/content/index.md b/src/content/index.md index bed273c..dd23414 100644 --- a/src/content/index.md +++ b/src/content/index.md @@ -35,6 +35,20 @@ To join the farmOS community development efforts, read the - Chat: [#farmOS on Matrix.org] or [#farmOS on IRC] - Calls: [Monthly community call] / [Weekly development call] +farmOS is comprised of a number of Git repositores in the +[farmOS GitHub Organization], as well as numerous community contributed modules +and integrations. + +- [farmOS/farmOS] +- [farmOS/farmOS-map] +- [farmOS/farmOS.js] +- [farmOS/farmOS.py] +- [farmOS/farmOS-aggregator] +- [farmOS/farmOS.org] +- [farmOS/farmOS-community-blog] +- [farmOS/farmOS-microblog] +- [farmOS/field-kit] + ## Follow farmOS Subscribe to the [farmOS newsletter] @@ -68,4 +82,14 @@ This site is powered by [Netlify](https://www.netlify.com) [#farmOS on IRC]: https://webchat.oftc.net/?channels=#farmOS [Monthly community call]: /community/monthly-call [Weekly development call]: https://farmOS.discourse.group/t/farmos-community-calls/972 +[farmOS GitHub Organization]: https://github.com/farmOS +[farmOS/farmOS]: https://github.com/farmOS/farmOS +[farmOS/farmOS-map]: https://github.com/farmOS/farmOS-map +[farmOS/farmOS.js]: https://github.com/farmOS/farmOS.js +[farmOS/farmOS.py]: https://github.com/farmOS/farmOS.py +[farmOS/farmOS-aggregator]: https://github.com/farmOS/farmOS-aggregator +[farmOS/farmOS.org]: https://github.com/farmOS/farmOS.org +[farmOS/farmOS-community-blog]: https://github.com/farmOS/farmOS-community-blog +[farmOS/farmOS-microblog]: https://github.com/farmOS/farmOS-microblog +[farmOS/field-kit]: https://github.com/farmOS/field-kit