Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 328 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 328 Bytes

cardis.org

Cardis conference public web site

Notes for testing locally

Install jekyll and dependencies

gem install github-pages jekyll bundler bundle update bundle install

Build locally (and rebuild on change)

bundle exec jekyll build --watch &

Test locally (spawns a web server)

bundle exec jekyll serve