blog.koehntopp.info. This is using github pages and Hugo to make a blog. You can subscribe to the RSS in the blog or to changes in the repo using github.
If you want something fixed, fork it and submit a PR.
If you do not like the format, clone it and process yourself.
This blog started out as Github Pages, using the default workflow. The default workflow uses Jekyll, though. That is a static page generator written in Ruby. It takes almost 120 seconds to transform the markdown version of the blog into HTML.
The new setup uses Hugo, based on the workflow on the Hugo pages. The theme has been ported and set up by Pat David, since I do not know any Frontend. Thanks, Pat and pixls.us.
In the project root run hugo
to build into the public
directory, or run hugo server
to run a local copy (and serve it with autorefresh on changes of source files).