Go to file
jolheiser 447c88febe
Add directions and fix emdbed
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2021-12-25 23:13:57 -06:00
_example Add directions and fix emdbed 2021-12-25 23:13:57 -06:00
build Update and and emdbed 2021-12-25 22:56:32 -06:00
markdown Add directions and fix emdbed 2021-12-25 23:13:57 -06:00
post Update and and emdbed 2021-12-25 22:56:32 -06:00
router Add directions and fix emdbed 2021-12-25 23:13:57 -06:00
static Update and and emdbed 2021-12-25 22:56:32 -06:00
.drone.yml Initial commit 2021-09-02 23:31:27 -05:00
.gitignore Initial commit 2021-09-02 23:31:27 -05:00
LICENSE Initial commit 2021-09-02 23:31:27 -05:00
README.md Add directions and fix emdbed 2021-12-25 23:13:57 -06:00
go.mod Update and and emdbed 2021-12-25 22:56:32 -06:00
go.sum Update and and emdbed 2021-12-25 22:56:32 -06:00
main.go Initial commit 2021-09-02 23:31:27 -05:00
readme.go Add directions and fix emdbed 2021-12-25 23:13:57 -06:00

README.md

blog

A simple blog tool.

Supports 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:

title = "Test"
date = 2021-10-01
tags = ["test", "example"]

License

MIT