Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/infoforcefeed/software-development-for-arsonists
- Owner: infoforcefeed
- Created: 2014-07-24T21:57:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-05-04T16:49:50.000Z (over 3 years ago)
- Last Synced: 2024-03-25T21:52:29.204Z (10 months ago)
- Language: HTML
- Homepage: arson.infoforcefeed.org
- Size: 42 KB
- Stars: 4
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
````