Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 773 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 773 Bytes

Artifice Website

This code runs the artificechicago.org website. Instructions for maintenance.

Editing

Site works with jekyll templating

Posts

  • News blurbs can be added in the _posts section

Contact Form

Develop

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