Skip to content

zunderlab/zunderlab.github.io

Repository files navigation

zunderlab.github.io

====================

This website was built using the Fraser Lab website as a template. James Fraser's website is open-source and available on Github

Technologies this website uses:

Jekyll  
Github Pages  
Twitter Bootstrap 3.2  

Before pushing changes, please check that they will work on your system first with the plugins included in the Gemfile using the bundler tool (results served at 0.0.0.0:4000):

sudo gem install bundler
bundle install
bundle exec jekyll serve

To push changes, navigate to the root directory of zunderlab.github.io and execute the following commands:

git add --all .
git commit -m "version-specific note"
git push origin master