This website is based on Hugo (http://gohugo.io/) an open-source static site generator.
- Take a look to the official guideline: http://gohugo.io/getting-started/installing
git clone
this repositoryhugo && hugo serve
: this will build the website and start a webserver listening to http://localhost:1313
- At the moment this website is set to be automatically deployed on Netlify every time the code is pushed to this repository (
master
branch).