Getting Started

To learn more about this themes features visit the product page.

Install Hugo

To use this theme you will need to have Hugo installed. If you don’t already have Hugo installed please follow the official installation guide

Note: This theme uses Hugo Pipes to compile SCSS and minify assets. Please make sure you have the Hugo Extended version installed. If you are not using the extended version this theme will not not compile.

Install Theme

Once you have purchased the theme simply extract the .zip file on your local machine.

Develop Locally

Make sure to run the following commands from inside the hugo site (the folder you just unzipped above)

hugo

For local development run Hugo’s built-in local server.

hugo server

You can visit http://localhost:1313 in the address bar of your browser to see the local development site.

Deploy to Netlify

Netlify is incredible free hosting for static sites. This theme comes with a working netlify.toml which will pre-configure your Netlify build for Hugo. The Netlify docs have a great guide to creating a site with Netlify