hugo-to-gemini/go.mod
Timur Demin b181afc5f1
Add YAML front matter parsing support
Fixes #1. Only a subset of Hugo front matter props are supported, namely
title/date.
2020-11-11 23:21:17 +05:00

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
)