jade-hpc-gpu / jade-hpc-gpu.github.io

Joint Academic Data Science Endeavour (JADE) is the largest GPU facility in the UK supporting world-leading research in machine learning (and this is the repo that powers its website)
http://www.jade.ac.uk/
Other
24 stars 7 forks source link

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.

Local Jekyll installation

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

gem install jekyll bundler rake

then

bundler install

Building the site locally

The site can be built with the following command:

bundle exec jekyll build

Serving the site locally

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

bundle exec jekyll serve

Contributing to the Site

To contribute to the site please fork the JADE website repository modify the site locally and create a pull request. An Admin will merge your changes after review.