Minimalistic, portfolio, programming, blog site.
Make sure you have Hugo installed and that your version matches the one specified in gh-pages.yml.
Run a development server on localhost:8080
:
hugo server --port 8080 --buildDrafts
Build a production ready site under public
dir:
hugo --minify --buildDrafts