The code for the new BioJava homepage.
CSS HTML JavaScript Shell
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
_includes
_layouts
_sass/libs
_wiki
css
docs
fonts
images
js
.gitignore
404.html
CNAME
LICENSE.txt
README.md
_config.yml
contributions.txt
convert.sh
favicon.ico
index.html
mediawiki_dump.xml
robots.txt
user_blocklist.txt
usernames.txt
wiki.html

README.md

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.