You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 months ago | |
---|---|---|
_example | 6 months ago | |
build | 6 months ago | |
markdown | 6 months ago | |
post | 6 months ago | |
router | 6 months ago | |
static | 6 months ago | |
.drone.yml | 10 months ago | |
.gitignore | 10 months ago | |
LICENSE | 10 months ago | |
README.md | 6 months ago | |
go.mod | 6 months ago | |
go.sum | 6 months ago | |
main.go | 10 months ago | |
readme.go | 6 months 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"]