Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 602 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 602 Bytes

stuttaford.me blog

Source code for my blog at http://www.stuttaford.me.

Installation

Fork and clone locally.

Usage

To run as a Ring web app:

lein repl
(user/reset)

Then visit http://localhost:3000.

To generate a site:

lein generate

To publish the generated site:

./publish.sh

This assumes that you have write permissions for the remote origin, as it'll push to the gh-pages branch on that remote.

License

Copyright © 2014 Robert Stuttaford

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.