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: about 2 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T04:00:24.000Z (about 8 years ago)
- Last Synced: 2025-03-12T13:29:38.481Z (11 months ago)
- Language: HTML
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- 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`