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.
- Download libcurl https://curl.haxx.se/download.html. Current version: http://curl.haxx.se/gknw.net/7.40.0/dist-w32/renamed-curl-7.40.0-devel-mingw32.zip
- Extract subfolder
curl-7.40.0-devel-mingw32
intoc:\temp
- Exec
SET PATH=%PATH%;c:\temp\curl-7.40.0-devel-mingw32\bin
You can update your jekyll instance using bundle update
.
This might be necessary because of the update to Jekyll 3.0 by GitHub.