Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.59 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.59 KB

Build Status

This repository contains the source of the JabRef homepage. Feel free to improve the page using the issue tracker or pull requests.

The layout is based on github.com/t413/SinglePaged.

Execute gem install bundler, bundle install, and bundle exec jekyll serve to serve this page locally at http://localhost:4000/. Source: https://help.github.com/articles/using-jekyll-with-pages/#installing-jekyll At windows, this works with RubyInstaller and the Development Kit. JRuby doesn't work as the C extensions were dropped.

For running htmlproof, execute these two commands:

bundle exec jekyll build
bundle exec htmlproof ./_site

On Windows, you have to do following steps to let htmlproof work.

You can update your jekyll instance using bundle update. This might be necessary because of the update to Jekyll 3.0 by GitHub.