To create a new post:

 bundle exec jekyll compose "A new beginning"

Deploy

#!/bin/bash

jekyll build
scp -r _site/* cees@web02.griend.dev:/var/www/www.griend.dev/

Layout: Minima

I copied most templates from jekyll/minima and edited _layouts/post.html to include the tags. The tags are displayed just below the title of the post.