This repository has the content for microbiomehelper.ca.
The site is built using Jekyll with the Chulapa skin (there is information on the available theme options in both of these).
To make changes (including new pages), there seem to be several ways, but I recommend several steps:
- Clone the repository onto your laptop.
- Follow the directions to install Jekyll on your OS (e.g. here for Mac, which meant installing
homebrew,chruby,ruby-installandjekyll) - Change to the directory that your repository is in and run:
bundle installandbundle update github-pages - Make any changes that you want to make!
- Check them using:
bundle exec jekyll serve - When you are ready, build the site using:
bundle exec jekyll build - And push the changes to Github