Blog (and this site)

It’s just a normal generic hugo blog, but deployed automatically per commit with gitlab-ci.

This was my first ‘proper’ web deploy system with gitlab, the deploy script runs inside a custom docker image, forked from a outdated one, it takes the project, builds the site, and runs minify to.. well.. minify the files.
It then uses rsync to copy the files to the server with built in variables from gitlab.

It only does this on the master branch, so my workflow of incomplete articles/posts in a seperate branch, to be merged back in.

Project link: https://git.volkor.me/Volkor/blog

Nifty tech tag lists fromĀ Wouter Beeftink