We don’t have the full documentation for this theme. Right now we just have the installation process for this, follow the instructions below to setup the theme.
Jekyll Install
First of all, you need to install Jekyll on your PC. If you don’t know how to install Jekyll on your PC, here is great documentation for beginners.
Theme Install
To run this template on your localhost, run this following command:
bundle exec jekyll server
Production Build
Jekyll generates your static site to the _site
directory by default. You can transfer the contents of this directory to almost any hosting provider to get your site live.