In 2017, I started to code the engine that runs this blog as a learning exercise for the Go programming language, following the famous Writing Web Applications official tutorial. That means that the quality of some parts of the code of this blog was poor, making it difficult to understand (even for myself) and difficult to extend with new, useful features that I had in mind to agilize even more my writing/publishing workflows.

Last summer I worked in a version 1.0 and, after running stable for 4 months, I'm releasing it today. Version 1.0 improves modularity and code quality, and also adds some useful features:

Version 1.0 also includes some minor improvements, like more detailed logger messages and some new configurable options.

Soon, I will publish a new blog post explaining my new workflow to locally write and publish my blog posts.