Skip to content

bruehldev/www.jabref.org

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 65.0%
  • HTML 26.2%
  • JavaScript 8.3%
  • Other 0.5%