Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robert-stuttaford/stuttaford.me
https://github.com/robert-stuttaford/stuttaford.me
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/robert-stuttaford/stuttaford.me
- Owner: robert-stuttaford
- License: epl-1.0
- Created: 2014-09-21T10:20:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-10T16:41:06.000Z (almost 6 years ago)
- Last Synced: 2024-12-15T21:42:21.909Z (20 days ago)
- Language: HTML
- Size: 8.53 MB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.