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: 24 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T04:00:24.000Z (over 8 years ago)
- Last Synced: 2025-12-27T17:42:11.133Z (3 months ago)
- Language: HTML
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- 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`