This blog is created with Hugo - static website engine written in golang.

Requirements

Installation

go get -v github.com/spf13/hugo

Create new site

hugo new site /path/to/site && cd /path/to/site

Create new post

hugo new post/first-post.md

Install slim theme

git clone https://github.com/zhe/hugo-theme-slim.git themes/slim

Run local hugo server

hugo server --buildDrafts -w

Build site

hugo