hpc-carpentry / hpc-carpentry.github.io

The HPC Carpentry website
http://www.hpc-carpentry.org/
MIT License
4 stars 7 forks source link

Creating our own feeds for our repos #24

Closed ocaisa closed 3 years ago

ocaisa commented 3 years ago

The Carpentries code for generating their feeds is at https://github.com/carpentries/feeds.carpentries.org. We could use this code ourselves to generate feeds related to our own repos that we automatically pull into our website. With our current build process we wouldn't need to do that as a separate step, we can run it as part of the process.

We could then create a cron Action to automatically build the page once every so often.

ocaisa commented 3 years ago

I looked into this today and we can definitely use this machinery to build our lesson tables. To do so, however, we need to start using topics on our repos in the same way they are used in the Carpentries incubator.