hugo-to-gemini/cmd/gmnhg/main.go

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")
}