This is the source for the poiu-de.github.io site with the documentation of the poiu.de Java libraries.
To publish the site
-
Clone it
git clone [email protected]:poiu-de/poiu-de.github.io
-
Update the hugo theme (as a git submodule)
git submodule update --init --recursive
-
Make the intended changes
-
Push it
git push
-
Github actions will then built the site with hugo and publish it on github pages.