Skip to content

aurelf/cardis.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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