You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
jolheiser 34bfed8ee7
ci/woodpecker/push/goreleaser Pipeline was successful Details
ci/woodpecker/tag/goreleaser Pipeline was successful Details
Add image/asset inclusion (#2)
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: #2
9 months ago
.woodpecker Static updates (#1) 9 months ago
_example Add image/asset inclusion (#2) 9 months ago
markdown Static updates (#1) 9 months ago
post Static updates (#1) 9 months ago
router Add image/asset inclusion (#2) 9 months ago
static Add image/asset inclusion (#2) 9 months ago
.gitignore Initial commit 2 years ago
.goreleaser.yaml Static updates (#1) 9 months ago
LICENSE Initial commit 2 years ago
README.md Add directions and fix emdbed 1 year ago
go.mod Static updates (#1) 9 months ago
go.sum Static updates (#1) 9 months ago
main.go Static updates (#1) 9 months ago
readme.go Add directions and fix emdbed 1 year ago

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