Skip to content

Joeran/blog.jabref.org

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 69.8%
  • HTML 20.7%
  • JavaScript 9.0%
  • Other 0.5%