First blog post The first blogpost is about setting up this blog itself, with hugo and asciidoctor as rendering engine Install needed packages $ pacman -Sy hugo asciidoctor Create the new blog: $ hugo new site myBlog Configure it: $ cd myBlog $ vim config.toml Create a the first blog post, you have to be inside the myBlog directory $ hugo new posts/00001_first-blog-post.adoc Add all needed files to a git repo $ git init $ echo " …