Landing page for Mind Diver.
Make sure you have Hugo Extended installed and that your version matches the one specified in netlify.toml.
Run a development server on localhost:8080
:
hugo server --port 8080 --buildDrafts
Build a production ready site under public
dir:
hugo --gc --minify --verbose