I used to host my blog on Tumblr. Unfortunately, Tumblr does not make the editting work easy and I had countless moments of frustration when working with Markdown. So this is why I decided for ultimate simplicity and I went for statically generated blog site hosted at github, which seems to be one of the best places in this world to host one’s engineering blog.

Over next days (weeks?) my old blog from http://blog.redgreenrefactor.eu will be moved over here.

To make everything easy to work with, I am using Hugo - the best static page generator I saw so far!

This post is more about testing just a couple of the formattings that I consider must-haves.

Text with italics and bold, and a link marcinczenko.

A bit of inline source code brew install hugo, and a code block:

let array = [1,2,3,4,5]

array.map({$0*$0})

Nice! But can it handle images?

Commodore64