adding a Gemfile and updated contributing for the jekyll site (since there are multiple gems in use)

This commit is contained in:
justraines@gmail.com 2014-03-15 11:39:02 -04:00
parent 326e77664f
commit baf1df1627
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ coverage/
*.js.html
index.html
.mailmap
Gemfile.lock

View File

@ -137,7 +137,7 @@ Once it gets merged, the changes will immediately appear on the website.
If you need to make edits in a local repository to see how it looks in the process, do the following:
1. [Install Ruby](http://www.ruby-lang.org/en/) if don't have it yet.
2. Run `gem install jekyll`.
2. Run `gem install jekyll` && 'gem install kramdown'. Alternatively, use bundler by using 'bundle install'
3. Run `jekyll serve --watch` in the root `Leaflet` folder.
4. Open `localhost:4000` in your browser.