Skip to content

Commit

Permalink
Removes Gemfile instead for github-jekyll.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcr committed Jul 3, 2015
1 parent d067e80 commit b518a1f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
_site
.DS_Store
.jekyll
.bundle
.sass-cache
Gemfile
Gemfile.lock
node_modules
package.json
2 changes: 0 additions & 2 deletions Gemfile

This file was deleted.

8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://localhost:4000/>

See instructions in [jekyll-now](https://github.com/barryclark/jekyll-now#local-development) for more details.

## License

Expand Down

0 comments on commit b518a1f

Please sign in to comment.