pspdev / psp-packages

https://pspdev.github.io/psp-packages/
The Unlicense
19 stars 13 forks source link

Add repo index pages #172

Closed sharkwouter closed 2 weeks ago

sharkwouter commented 2 weeks ago

This adds an index page and a page for each package with info on them to the github pages where we host the repository like mentioned in https://github.com/pspdev/psp-packages/issues/155. I used the scripts there as an example to build this. This is some very basic html, filled using environment variables and envsubst. You can see the result here: https://sharkwouter.github.io/psp-packages/

I also added an empty style.css file. So if someone feels like making this look better, then can get started immediately after this has been merged.

sharkwouter commented 2 weeks ago

Don't mind the failed builds. I don't have a pspsdk docker container on my account, so it fails to pull that.

tpimh commented 2 weeks ago

Looks very nice! Hopefully, it will be useful.