Making a gitlab-ci for the pelican site
So I've had this pelican site for .. ehm.. $time ..
First .gitlab-ci.yml was easy, just use the basic stuff from examples, but then I needed some extra stuff.
Had to make a requirements.txt to add a few basic python packages (which pulls in an extra dusin).
requirements.txt:
pelican …