Go to file
2017-02-17 07:13:26 -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 rss / atom feeds 2017-02-04 19:25:41 -07:00
glide.yaml rss / atom feeds 2017-02-04 19:25:41 -07:00
LICENSE.md license 2017-02-03 13:30:36 -07:00
main.go bounds checking for the number of posts 2017-02-17 07:13:26 -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/.