Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 468 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 468 Bytes

openutd-site

Website for https://openutd.club

Building

This website is built using Jekyll.

Prerequisites

Run gem install bundler to install the Bundler gem. Run bundle install to install the dependencies listed in Gemfile.

To add a new set of slides, create the file in the slides directory and point the theme-override to a file in the slides/css file. Then run bundle exec jekyll build.