Website for Sightlines Festival, taking place in July 2021.
This has been tested to work on macOS or Ubuntu. Other Linux systems should 'just work'. Requires Ruby and Bundler as per Jekyll's specification
Tell Bundler where to install the dependencies:
bundle config set path 'vendor/bundle'
Install the dependencies
bundle install
Run Jekyll
bundle exec jekyll server