Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 886 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 886 Bytes

website-middleman

For ease of hosting, this site is built on Middleman, a static site generator written in Ruby.

Editing the site

Run bundle install, then middleman server, then point your browser at http://localhost:4567/ to view your local copy of the site.

Template files in the source directory are automatically mapped to the equivalent .html path in the generated site. The source/templates directory contains layouts and partials, and the source/assets directory contains images, stylesheets, etc.

Middleman will watch for changes made to any of these files and show the updates after a reload in your browser.

Deploying the site

This repository is on continuous deploy, so it is not necessary to publish changes manually once they are pushed to master on GitHub. For the record, however, the invocation is rake publish.