Go to file
2019-04-17 07:40:47 -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 tidy 2019-04-17 07:40:47 -06:00
go.sum tidy 2019-04-17 07:40:47 -06:00
LICENSE.md license 2017-02-03 13:30:36 -07:00
main.go add flag for passing in directory to serve 2017-12-29 07:22:48 -07: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/.