b181afc5f1
Fixes #1. Only a subset of Hugo front matter props are supported, namely title/date.
8 lines
146 B
Modula-2
8 lines
146 B
Modula-2
module git.tdem.in/tdemin/gmnhg
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/gomarkdown/markdown v0.0.0-20201024011455-45c732cc8a6b
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|