Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.17 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.17 KB

biojava.github.io

The new location of the BioJava homepage, accessible at either http://biojava.org or http://biojava.github.io.

Running Locally

The website uses Jekyll to generate static HTML content from Markdown. This is done automatically for the master branch of github.com/biojava/biojava.github.io, but can also be run locally for testing.

Installation

Compiling the site locally requires ruby. Install the following gems:

gem install github-pages

The github-pages plugin bundles all gems required for hosting, including the jekyll executable. You can immediately start a server for the content with

jekyll serve --incremental

Note that we aren't yet using bundler (recommended by github), but this would be a nice feature to configure.

Conversion from Mediawiki

All content was ported from the prior BioJava wiki following @peterjc 's instructions and scripts.

Template

We use the HTML5 UP template.