/cirrus-website

Cirrus HPC service website

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

Cirrus Website

Cirrus is EPCC's Tier-2 High Performance Computing (HPC) cluster.

This repository contains the website for the service available at: http://www.cirrus.ac.uk

How to Contribute

To contribute to this website, first you have to fork it on GitHub and clone it to your machine, see Fork a Repo for the GitHub documentation on this process.

Once you have made your changes and updated your Fork on GitHub you will need to Open a Pull Request.

Building the website locally

You do not need to be able to build the website locally to make changes but it can be useful to see what effect your changes have before opening a Pull Request.

If you wish to build the website locally, then you should install Jekyll:

Advice on how to set this up on Windows 10 can be found here.

Once Jekyll is installed, you can test the website with:

jekyll serve

This will run a temporary webserver from which you can view the updated website locally.