Go to file
Aaron Bieber e6bcf25e65 add watcher
Adds the ability to watch a directory for changes and run a command
when changes are spit out
2017-02-27 11:12:49 -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 add watcher 2017-02-27 11:12:49 -07:00
glide.yaml add watcher 2017-02-27 11:12:49 -07:00
LICENSE.md license 2017-02-03 13:30:36 -07:00
main.go add watcher 2017-02-27 11:12:49 -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/.