Go to file
jolheiser 1a5693062f
Start moving to static
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2022-07-07 00:15:55 -05:00
.woodpecker Start moving to static 2022-07-07 00:15:55 -05:00
_example Add directions and fix emdbed 2021-12-25 23:13:57 -06:00
markdown Start moving to static 2022-07-07 00:15:55 -05:00
post Start moving to static 2022-07-07 00:15:55 -05:00
router Start moving to static 2022-07-07 00:15:55 -05:00
static Start moving to static 2022-07-07 00:15:55 -05:00
.gitignore Initial commit 2021-09-02 23:31:27 -05:00
.goreleaser.yaml Start moving to static 2022-07-07 00:15:55 -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 Start moving to static 2022-07-07 00:15:55 -05:00
go.sum Start moving to static 2022-07-07 00:15:55 -05:00
main.go Start moving to static 2022-07-07 00:15:55 -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