diff --git a/README.md b/README.md index 2dee729..ac86c09 100644 --- a/README.md +++ b/README.md @@ -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/`. +