Go to file
2017-02-03 13:46:00 -07: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
glide.lock functional static site generator 2017-02-03 13:29:15 -07:00
glide.yaml functional static site generator 2017-02-03 13:29:15 -07:00
LICENSE.md license 2017-02-03 13:30:36 -07:00
main.go use path for file names 2017-02-03 13:46:00 -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/.