Website of the International Speakers Toastmasters Club. Created with Hugo from the Bigspring theme.
$ git clone https://github.com/international-speakers/internationalspeakers.github.io.git
$ hugo server -D
(opens http://localhost:1313/ on browser)
$ cd content/'page_to_modify'
$ open _index.md
$ hugo
$ cd ..
$ mv -f site/public/* site/
$ cd site/
$ rm -r public/
$ git add .
$ git commit -am "change"
$ git push