Visit www.nhsbuntu.org
Powered by Jekyll, themed with CloudCannon, hosted on Azure, SSL from Let's Encrypt
The steps in brackets can be skipped if you already have Ruby development stuff on your machine
- fork the repo
- git clone your version of the repo
- (install Ruby if you don't already have it - my recommendation is to do this with RVM
- (install bundler gem -
gem install bundler
) bundle install
- this installs Jekyll and any gem dependencies it needsjekyll serve
- this starts the Jekyll development server- information on how to use Jekyll is here
- make your changes
- commit and push your changes to GitHub
- make a pull request to the main repo