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.
ci/woodpecker/push/goreleaser Pipeline was successful
Details
ci/woodpecker/tag/goreleaser Pipeline was successful
Details
Co-authored-by: jolheiser <john.olheiser@gmail.com> Reviewed-on: #2 |
9 months ago | |
---|---|---|
.woodpecker | 9 months ago | |
_example | 9 months ago | |
markdown | 9 months ago | |
post | 9 months ago | |
router | 9 months ago | |
static | 9 months ago | |
.gitignore | 2 years ago | |
.goreleaser.yaml | 9 months ago | |
LICENSE | 2 years ago | |
README.md | 1 year ago | |
go.mod | 9 months ago | |
go.sum | 9 months ago | |
main.go | 9 months ago | |
readme.go | 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"]