exalted / bourbon-scaffold-for-jekyll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

⚠️ 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.

About


Languages

Language:HTML 43.5%Language:CSS 39.5%Language:Ruby 16.2%Language:Shell 0.8%