This should be viewed on http://berkeleybop.github.io
This repo is only for maintainers
Edit the menu: see _data/sidebar_doc.yml
Each page has its own directory containing an index.md file (this was to preserve URLs from the old site)
You can seed this:
cd software
../util/add-entry My-Awesome-Tool
git add my-awesome-tool/*
git commit
Test locally before you push to master:
jekyll serve
You may first need to:
gem install jekyll
#Theme
It is based on tom johnson's theme
Liberally adapted from https://charite.github.io
- tab characters
Please read this documentation!