Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

NHSbuntu/www.nhsbuntu.org

Repository files navigation

The NHSbuntu website

Visit www.nhsbuntu.org

Powered by Jekyll, themed with CloudCannon, hosted on Azure, SSL from Let's Encrypt

Contributing

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 needs
  • jekyll 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