Began implementing YAML metadata

This commit is contained in:
Daniel Fichtinger 2024-11-24 19:38:05 -05:00
parent 7915a4bb09
commit 68d2ddb692
6 changed files with 108 additions and 16 deletions

5
go.mod
View file

@ -2,4 +2,7 @@ module github.com/ficcdaf/zona
go 1.23.2
require github.com/gomarkdown/markdown v0.0.0-20241105142532-d03b89096d81 // indirect
require (
github.com/gomarkdown/markdown v0.0.0-20241105142532-d03b89096d81
gopkg.in/yaml.v3 v3.0.1
)