Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robert-stuttaford/stuttaford.me


https://github.com/robert-stuttaford/stuttaford.me

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# stuttaford.me blog

Source code for my blog at .

## Installation

Fork and clone locally.

## Usage

To run as a Ring web app:

```
lein repl
(user/reset)
```

Then visit .

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.