wurmlab / wurmlab.github.io

Wurm lab website
https://wurmlab.com
7 stars 25 forks source link

Based on https://github.com/cboettig/labnotebook

Install

Requires ruby 2.7

git clone git@github.com:wurmlab/wurmlab.github.io.git
cd wurmlab.github.io
bundle install

Then you can test what the web site looks like. Run:

bundle exec jekyll serve --incremental --watch

This will rebuild the pages (into _site) every time you save a change, and serve them on a local http server (e.g. http://127.0.0.1:4000).

Maintenance

brew install tidy-html5
bundle install
bundle exec rake validate_website 

Old: How this works