Skip to content

Qthunder/lambdale.github.io

 
 

Repository files navigation

lambdale.org

The website for LambdAle, a functional programming conference in a pub.

This is a Jekyll site that uses the Scribble theme.

Running locally

First make sure you have Jekyll and Bundler installed:

$ gem install jekyll bundler

Then:

  1. Clone the repo: git clone git@github.com:LambdAle/lambdale.github.io.git

  2. Run bundle install

  3. Run Jekyll: bundle exec jekyll serve -w

  4. Go to http://localhost:4000

Deploying a change

  1. Make a PR against master

  2. Somebody merges the PR

  3. GitHub automatically deploys it. It should show up at http://lambdale.org within minutes.

About

Website for LambdAle conference

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 38.1%
  • HTML 34.9%
  • CSS 27.0%