Skip to content

indoor-sunglasses/mind-diver.com

Repository files navigation

mind-diver.com Netlify Status

Landing page for Mind Diver.

Prerequisites

Make sure you have Hugo Extended installed and that your version matches the one specified in netlify.toml.

Commands

Run a development server on localhost:8080:

hugo server --port 8080 --buildDrafts

Build a production ready site under public dir:

hugo --gc --minify --verbose