BrandonClapp / brandonclapp.github.io

http://brandonclapp.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running Jekyll

Requirements

Install Ruby

Ubuntu

sudo apt-get install ruby-full

Install Jekyll

Installing jekyll requires GCC and Make to be installed. These come preinstalled on Ubuntu.

sudo gem install jekyll

Install required gems

Install required gems listed in _config.yml

sudo gem install jekyll-paginate jekyll-seo-tag jekyll-sitemap

Run site locally

Run the site locally...

jekyll serve

About

http://brandonclapp.github.io


Languages

Language:HTML 41.3%Language:CSS 34.6%Language:JavaScript 24.1%