Repo for tlaurens.xyz, a static website built with Hugo and hosted on Github Pages
Development:
Start the Hugo server with hugo server
and go to http://localhost:1313/.
Deployment:
A Github Action workflow will trigger on push events to the master branch. It will setup hugo, build the static files and put them on the gh-pages
branch.