Getting started
Dependencies
Miles is a premium jekyll theme. To learn more about the themes features visit the product page
Install Ruby
Make sure you have Ruby & RubyGems installed - For a step-by-step guide, read Jekyll docs installation.
Install Theme
Once you have purchased the theme simply extract the .zip file on your local machine. Open the miles-jekyll
folder
bundle install
bundle exec jekyll build
Develop Locally
Run jekyll serve
or bundle exec jekyll serve
to start the Jekyll server.
bundle exec jekyll serve
You can visit http://localhost:4000
in the 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 Jekyll. The Netlify docs have a great guide to creating a site with Netlify