Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 646 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 646 Bytes

JADE Website

Build Status

This is a website for the JADE HPC facility. Feel free to contribute training or posts by submitting a pull request. This website is built using Jekyll.

Linux: Local Jekyll installation

Make sure you have Ruby and Ruby gems installed on your Linux machine. Run the following command to installl Jekyll:

gem install jekyll bundler

Serving the site locally

The site can then be built and served locally at http://localhost:4000 for testing. Use the command:

bundle exec jekyll serve