Skip to content

EMWickd/biojava.github.io

 
 

Repository files navigation

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.

About

The code for the new BioJava homepage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 65.7%
  • JavaScript 17.1%
  • HTML 16.3%
  • Shell 0.9%