Skip to content

mozhgan-kch/JADE

Repository files navigation

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