I assume you have already downloaded and installed Ruby. Here’s what you need to do next:
- Run
gem install jekyll bundler. - Copy the theme in your desired folder.
- Enter into the folder by executing
cd name-of-the-folder. - Run
bundle install. - If you want to access and customize the theme, use
bundle exec jekyll serve. This way it will be accessible onhttp://localhost:4000. - Upload the content of the compiled
_sitefolder on your host server.