Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/datamine/bloglang

Small markup language for writing articles for my website at www.johnloeber.com
https://github.com/datamine/bloglang

Last synced: 7 days ago
JSON representation

Small markup language for writing articles for my website at www.johnloeber.com

Awesome Lists containing this project

README

        

Formatting:

`%`: comments

Required:
first line should set the page title using the command `TITLE: `, e.g. `TITLE: foo`.

## Tests

Run tests from the `Bloglang` top-level directory with
```
python -m unittest -v Tests.UnittestUtils
```
or whatever other test instead of `UnittestUtils`