Blogging with gh-pages and and Github Actions
In order to host my blog I looked no further then gh-pages. Since my sourcecode is on github and they offer free gh-pages and ci with github actions I see no reason why this simple blog should be hosted anywhere else.
The github workflow is pretty simple
On any push to master it will
fetch the site with submodules (to get the theme) generate png file from all the puml files in /static setup hugo version 0.
[Read More]