2017-02-03 13:29:15 -07:00
|
|
|
boring
|
2017-02-03 13:31:11 -07:00
|
|
|
======
|
2017-02-03 13:29:15 -07:00
|
|
|
|
|
|
|
Static site generator written in go.
|
|
|
|
|
|
|
|
# What does it do?
|
|
|
|
|
|
|
|
It takes the markdown, and puts it in the HTML!
|
|
|
|
|
2017-02-03 13:32:29 -07:00
|
|
|
## 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/`.
|
|
|
|
|