The schedule page for Copenhagen Tech Week 2016
The site uses jekyll, to run the site do the following in your terminal:
git clone git@github.com:auchenberg/copenhagentechweek.dk
cd copenhagentechweek.dk
gem install bundler
bundle install
bundle exec jekyll serve --watch
The site should then be available on http://localhost:4000
To create an event you just have to add a new markdown file to the _posts folder:
year-month-day-nameOfTheEvent.md
The following points are necessary:
The href is crucial as long as the detail pages aren't finished.