blog/README.md

21 lines
468 B
Markdown
Raw Permalink Normal View History

# blog
A simple blog tool.
Supports [emdbed](https://git.jojodev.com/jolheiser/emdbed).
Point `blog` at a directory with blog post markdown files. Each markdown file (or directory with an `index.md` inside) will be converted to a blog post.
Each post must contain some TOML metadata as follows:
<!-- emdbed: _example/test/index.md ~toml L2 L4 -->
```toml
title = "Test"
date = 2021-10-01
tags = ["test", "example"]
```
<!-- /emdbed -->
## License
[MIT](LICENSE)