add example of usage

This commit is contained in:
Aaron Bieber 2017-02-03 13:32:29 -07:00
parent a11872dc0d
commit 0bb5a51059

View File

@ -7,3 +7,10 @@ Static site generator written in go.
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/`.