Setup my own blog using Hugo, sass, and Gulp

2017-12-05
Installation There are several steps to setup this blog so that it is up and running in your local using hugo, sass, and gulp. Install Hugo I’m using Ubuntu 16.04 and the easiest way to install it is to download the package from : https://github.com/gohugoio/hugo/releases you can choose .deb and install it Install gulp You need to have npm installed so that you can just run this command npm install -g gulp Install sass In ubuntu you need to install ruby first so here is the steps :