This is the code for my frontend blog on https://die-katrin.eu/frontend-blog/. The blog runs on Hugo.
# run with drafts
$ hugo server -w -D
# run without drafts
$ hugo server -w
# 1. build
$ hugo
# 2. upload the /Public folder via FTP
For detailed explanation on how things work, check out the Hugo documentation.