Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 591 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 591 Bytes

GPUComputing Sheffield website

This is a community driven website for the UK accelerated computing research community. 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