Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.73 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.73 KB

This repository contains the source of the JabRef blog. Feel free to send blog entries via requests.

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

Testing the blog entry

Execute bundle exec jekyll serve to serve this page locally at http://localhost:4000/.

For running htmlproof, execute these two commands:

bundle exec jekyll build
bundle exec htmlproof ./_site

Installation

Source: https://help.github.com/articles/using-jekyll-with-pages/#installing-jekyll

  1. Install Ruby by using the RubyInstaller or choco install ruby
  2. Install the Development Kit (or by choco install ruby2.devkit)
  3. gem install bundler
  4. bundle install

Note that JRuby doesn't work as the C extensions were dropped.

htmlproof

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

Updating jekyll

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