About

This repository is based on top of exalted/jekyll-scaffold-for-gh-pages which is a bare scaffold for Jekyll, ready to be published on GitHub Pages.

Info

Known to be working and scaffolded with bundle exec jekyll --version # jekyll 3.0.2.

Getting Started

git clone https://github.com/exalted/bourbon-scaffold-for-jekyll.git --origin scaffold my-awesome-website
cd my-awesome-website/
git remote add origin <url of your new GitHub repository>
script/bootstrap

Preview Locally

bin/serve

Publish on GitHub Pages

bin/publish

:warning: Don't forget to at least configure properly baseurl in _config.yml before publishing using GitHub Pages (read more.)

Learn more about GitHub Pages Features.