/changelingsthlm

Wiki Pages for the Stockholm Changeling LARP.

Primary LanguageRuby

Changeling Stockholm Website

This site is statically generated using Jekyll. To run the site locally, you will need to install Jekyll and some dependencies:

sudo gem install bundler
bundle install

Note if you are on a MacOS, you will need to install command line tools using:

sudo xcode-select --install

Then run the site using:

cd ~/changelingsthlm
bundle exec jekyll serve --livereload