Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 864 Bytes

README.md

File metadata and controls

45 lines (27 loc) · 864 Bytes

Website for bbop

This should be viewed on http://berkeleybop.github.io

This repo is only for maintainers

How-To (for bbop members)

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

Things that break the search function

  • tab characters

Please read this documentation!