From b518a1fa32971dc88292fcd6d68f9075eebbe545 Mon Sep 17 00:00:00 2001 From: Tim Cameron Ryan Date: Thu, 2 Jul 2015 19:58:32 -0400 Subject: [PATCH] Removes Gemfile instead for github-jekyll. --- .gitignore | 9 +++++++++ Gemfile | 2 -- README.md | 8 +++++++- 3 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 .gitignore delete mode 100644 Gemfile diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..212be6f --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +_site +.DS_Store +.jekyll +.bundle +.sass-cache +Gemfile +Gemfile.lock +node_modules +package.json diff --git a/Gemfile b/Gemfile deleted file mode 100644 index 053c27d..0000000 --- a/Gemfile +++ /dev/null @@ -1,2 +0,0 @@ -source 'https://rubygems.org' -gem 'github-pages' diff --git a/README.md b/README.md index aee321d..27d2215 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,13 @@ Code is messy as this was scraped originally from a dynamic webapp. Goal is to h ## Running locally -Follow the instructions [here](https://help.github.com/articles/using-jekyll-with-pages/) to deploy this repo locally. If you already have Ruby and Bundler installed, you can skip ahead and run `bundle exec jekyll serve`. +To run this repo locally: + +* Run `gem install github-pages` to mirror the plug-ins used by GitHub Pages on your local machine. +* Run `jekyll serve`. +* Open + +See instructions in [jekyll-now](https://github.com/barryclark/jekyll-now#local-development) for more details. ## License