The website for LambdAle, a functional programming conference in a pub.
This is a Jekyll site that uses the Scribble theme.
First make sure you have Jekyll and Bundler installed:
$ gem install jekyll bundler
Then:
-
Clone the repo:
git clone git@github.com:LambdAle/lambdale.github.io.git
-
Run
bundle install
-
Run Jekyll:
bundle exec jekyll serve -w
-
Go to http://localhost:4000
export JEKYLL_VERSION=3.8
docker run --rm \
--volume="$PWD:/srv/jekyll" \
-p 4000:4000 \
-it jekyll/jekyll:$JEKYLL_VERSION \
jekyll serve -w
-
Make a PR against
master
-
Somebody merges the PR
-
GitHub automatically deploys it. It should show up at http://lambdale.org within minutes.