This code runs the artificechicago.org website. Instructions for maintenance.
Site works with jekyll templating
- News blurbs can be added in the _posts section
- Runs by submitting to a google form
- response sheet available at https://docs.google.com/spreadsheets/d/1olxGIezqAE58-zyj7_xboyEVKIcjMe70CVLrpRLzlno/edit#gid=2138046722
Built with Jekyll version 3.3.1, but should support newer versions as well.
Install the dependencies with Bundler:
$ bundle install
Run jekyll
commands through Bundler to ensure you're using the right versions:
$ bundle exec jekyll serve
Then you can view the site on localhost:4000