hugo-to-gemini/cmd/gmnhg/main.go
Timur Demin 4d80d36f00
Provide a public API
This also introduces a simple program, md2gmn, that is meant for testing
the renderer on Markdown files. Nonetheless, it can be used as
a standalone tool as well.
2020-11-11 23:20:52 +05:00

8 lines
148 B
Go

// gmnhg converts Hugo posts to gemini content.
//
// TODO: it is yet to actually do that.
package main
func main() {
println("in development")
}