Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/datamine/bloglang
- Owner: Datamine
- Created: 2015-12-28T22:13:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T04:00:24.000Z (about 7 years ago)
- Last Synced: 2024-12-03T15:40:47.769Z (24 days ago)
- Language: HTML
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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`