diff --git a/content/talks/22-04-2022-hostea-introducing-hostea-forgefriends-monthly-meet/index.md b/content/talks/22-04-2022-hostea-introducing-hostea-forgefriends-monthly-meet/index.md new file mode 100644 index 0000000..ab75caf --- /dev/null +++ b/content/talks/22-04-2022-hostea-introducing-hostea-forgefriends-monthly-meet/index.md @@ -0,0 +1,39 @@ ++++ +title = "Introducing Hostea" +date = "2022-04-22" +description = "Introducing Hostea, a project Loïc Dachary and Aravinth Manivannan are working on to create a 100% Free software development suite, complete with CI/CD, static pages and gists" +draft = false + +[taxonomies] +tags = ['hostea', 'forgefriends'] + +[extra] +author = 'realaravinth' ++++ + +Introducing [Hostea](https://hostea.org), a project [Loïc +Dachary](https://dachary.org) and [Aravinth +Manivannan](https://batsense.net) are working on to create a full Free +software development suite based on +[Gitea](https://gitea.io) for the forge, [Woodpecker +CI](https://woodpecker-ci.org) for CI/CD, +[Pages](https://github.com/realaravinth/pages) for static sites and +[GitPad](https://gitpad.org) for gists. + +This talk introduces the projects goals and philosophy behind the +project. + +Please see +[here](https://forum.forgefriends.org/t/forgefriends-monthly-update-april-22st-2022-5pm-6pm-utc-2/673) +to learn more about the event. + +## Details + +- **organised by:** [forgefriends.org](https://forgefriends.org) +- **date:** 2022th April, 2022 +- **venue:** Online + +## Resources + +- [slides(ODP)](./slides/2022-04-22-forgefriends-introducing-hostea.odp) +- [slides(PDF)](./slides/2022-04-22-forgefriends-introducing-hostea.pdf) diff --git a/content/talks/22-04-2022-hostea-introducing-hostea-forgefriends-monthly-meet/slides/2022-04-22-forgefriends-introducing-hostea.odp b/content/talks/22-04-2022-hostea-introducing-hostea-forgefriends-monthly-meet/slides/2022-04-22-forgefriends-introducing-hostea.odp new file mode 100644 index 0000000..60017d9 Binary files /dev/null and b/content/talks/22-04-2022-hostea-introducing-hostea-forgefriends-monthly-meet/slides/2022-04-22-forgefriends-introducing-hostea.odp differ diff --git a/content/talks/22-04-2022-hostea-introducing-hostea-forgefriends-monthly-meet/slides/2022-04-22-forgefriends-introducing-hostea.pdf b/content/talks/22-04-2022-hostea-introducing-hostea-forgefriends-monthly-meet/slides/2022-04-22-forgefriends-introducing-hostea.pdf new file mode 100644 index 0000000..657e08a Binary files /dev/null and b/content/talks/22-04-2022-hostea-introducing-hostea-forgefriends-monthly-meet/slides/2022-04-22-forgefriends-introducing-hostea.pdf differ diff --git a/content/talks/_index.md b/content/talks/_index.md new file mode 100644 index 0000000..30ce222 --- /dev/null +++ b/content/talks/_index.md @@ -0,0 +1,7 @@ ++++ +title = "Talks" +sort_by = "date" +template = "blog/index.html" +page_template = "blog/post.html" +generate_feed = true ++++ diff --git a/templates/nav.html b/templates/nav.html index 823a56e..864ae79 100644 --- a/templates/nav.html +++ b/templates/nav.html @@ -25,6 +25,7 @@ {{ macros::nav_link(link="/about/", name="About") }} {{ macros::nav_link(link="/blog/", name="Blog") }} {{ macros::nav_link(link="/contact/", name="Contact") }} + {{ macros::nav_link(link="/talks/", name="Talks") }}