Setting up this hugo site
Following quick start at official Hugo site.
Let’s start by checking how to run this site locally, then upload it to Netlify.
Setup
### Set up new hugo site
$ hugo new site hugo-test-site
$ cd hugo-test-site
### Initialize git and get a theme
$ git init
$ git submodule add https://github.com/surajmandalcell/potato-dark themes/potato-dark
### Create this example post
$ hugo new posts/hello-world.md