Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/infoforcefeed/software-development-for-arsonists

Blog/Book/Ramblings for the dissidents in all of us
https://github.com/infoforcefeed/software-development-for-arsonists

Last synced: about 2 months ago
JSON representation

Blog/Book/Ramblings for the dissidents in all of us

Awesome Lists containing this project

README

        

## Usage

1. Add your post in `posts/` with the necessary metadata:

```Markdown
---
title:Initial Post for Examplry Reward
author:Quinlan Pfiffer
date: 2014-07-24
---
````

2. `./build.py`
3. `./deploy.sh`

If you want to test locally:

```bash
cd ./built
ln -s ../static static
python -m SimpleHTTPServer
````