Go to file
jolheiser 3fd8607e4b
ci/woodpecker/push/goreleaser Pipeline was successful Details
ci/woodpecker/pr/goreleaser Pipeline was successful Details
Add image/asset inclusion
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2022-07-07 15:10:24 -05:00
.woodpecker Static updates (#1) 2022-07-07 17:27:57 +00:00
_example Add image/asset inclusion 2022-07-07 15:10:24 -05:00
markdown Static updates (#1) 2022-07-07 17:27:57 +00:00
post Static updates (#1) 2022-07-07 17:27:57 +00:00
router Add image/asset inclusion 2022-07-07 15:10:24 -05:00
static Add image/asset inclusion 2022-07-07 15:10:24 -05:00
.gitignore Initial commit 2021-09-02 23:31:27 -05:00
.goreleaser.yaml Static updates (#1) 2022-07-07 17:27:57 +00: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 Static updates (#1) 2022-07-07 17:27:57 +00:00
go.sum Static updates (#1) 2022-07-07 17:27:57 +00:00
main.go Static updates (#1) 2022-07-07 17:27:57 +00: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