Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 607 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 607 Bytes

coderetreat.cz website

The website runs on GitHub Pages and uses Jekyll for generating static HTML from templates.

Each event (iteration) is represented as a 'post' (e.g. _posts/2011-12-03-global-day-praha.html).

To preview the site on local machine use prepared vagrant machine. The vagrantfile is already part of repository.

$ vagrant up
$ vagrant ssh

vagrant@precise32:~$ cd /vagrant/
vagrant@precise32:/vagrant$ jekyll serve -w