Skip to content

clojurebridge-berlin/clojurebridge-berlin.github.io

Folders and files

NameName
Last commit message
Last commit date
Oct 6, 2017
May 31, 2017
Jul 14, 2018
Jun 21, 2015
Oct 1, 2017
Jul 14, 2018
Jun 30, 2017
Sep 7, 2016
Aug 11, 2015
Aug 8, 2017
Mar 1, 2018
Aug 8, 2017
Oct 6, 2017
Aug 20, 2017
Aug 13, 2018
Jun 3, 2015
Sep 28, 2017
Aug 14, 2017
Sep 28, 2017
Oct 1, 2018
May 30, 2017
Aug 4, 2017
Jul 28, 2017
Jun 3, 2015
Jun 3, 2015

Repository files navigation

ClojureBridge Berlin Website

This is our website to document our events even when they disappear from the main clojurebridge.org website.

https://clojurebridge-berlin.github.io

Coaches Training slides

The source document lives under docs/coaches_training.deck.md. To recreate the HTML use

gem install deckrb
deck -b docs/coaches_training.deck.md

Contribute

Prerequisites

  1. Install ruby. This project requires ruby version 2.3. Any ruby 2.3 will do, so you can pick the latest (2.3.3). It will not work with ruby 2.4.
  • Optional: use rvm to install ruby so you can switch between different versions of ruby easily. Warning: the documentation for rvm is pretty unfriendly, so if you are only using ruby to run this website it's probably not worth it.

Setting up the site on your computer

  1. Download this project:
git clone git@github.com:clojurebridge-berlin/clojurebridge-berlin.github.io.git
cd clojurebridge-berlin.github.io
  1. Make sure you have the correct version of ruby. If you are using rvm, make sure you tell rvm to use ruby 2.3 (rvm use 2.3). Now install bundler:
bundle install
  1. Run jekyll with bundler:
bundle exec jekyll serve
  1. In your browser go to: http://localhost:4000

Usage Rights

You can fork this website for your ClojureBridge chapter. You may not use our pictures for your site without explicit permission. If you want permission to use any of our pictures for web or press please contact us at clojurebridgeberlin@gmail.com.