Thoughts of a software developer

01.07.2017 08:23 | Modified 28.03. 15:58
A new markdown blog Blig

I’ve been using first Wordpress and then Google’s blogger for years. Both are quite good for making basic text, but I don’t like either for writing code. You basically need to use github or some other external way to make the code look nice.

So, I made an alternative blog software Blig (https://github.com/jelinden/blig).

At the moment it supports making markdown into html, including code blocks and images. I will develop it more still keeping things simple and straightforward.

func Hello() {
    fmt.Println("Hello world!")
}

Writing blogs is simple