468 B
468 B
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"]