Go to file
2019-04-17 17:17:13 -06:00
util functional static site generator 2017-02-03 13:29:15 -07:00
.gitignore functional static site generator 2017-02-03 13:29:15 -07:00
go.mod version bump for deps 2019-04-17 17:17:13 -06:00
go.sum version bump for deps 2019-04-17 17:17:13 -06:00
LICENSE.md license 2017-02-03 13:30:36 -07:00
main.go version bump for deps 2019-04-17 17:17:13 -06:00
README.md add example of usage 2017-02-03 13:32:29 -07:00

boring

Static site generator written in go.

What does it do?

It takes the markdown, and puts it in the HTML!

Example

boring markdown/ templates/ static/

This will take the markdown files in markdown and render them with the templates in templates/, puking all the output to static/.