Posted on , tagged

New blog? New backend!

I revived my blog. It is now powered by Hugo, a very fast static site generator based on Golang.

Why a static site?

I chose a static site generator over my old Wordpress blog because of the following reasons:

Benefits of a static site

Static sites can be served by a simple web server like nginx or Apache.
These webservers are battle-tested and work very well.

By serving only static files, I could reduce my stack from

to only a simple webserver.

This means less stuff to worry about.

Oh, and I should also mention the performance benefits of static sites.

Happy blogging!