====================
Technologies this website uses:
Jekyll
Github Pages
Twitter Bootstrap 4.4.1
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 localhost:4000):
- Install all prerequisites
- Install the jekyll and bundler gems
gem install jekyll bundler
- Clone this repository
git clone git@github.com:cgenomicslab/cgenomicslab.github.io.git
- Change into your new directory
cd cgenomicslab.github.io
- Install missing gems
bundle install
- Build the site and make it available on a local server
bundle exec jekyll serve
- Browse to
http://localhost:4000