This repository holds the Jekyll source code for Lyon.rb website.
- Clone this repository:
git clone [email protected]:lyonrb/website.git lyonrb-website
- Install Ruby requirements:
bundle install
- Run server for development:
bundle exec jekyll server --livereload
- Build static website:
bundle exec jekyll build
See LICENSE.md file.