From 0bb5a510599b3d04e8626c6c74c9cc1743bab51b Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Fri, 3 Feb 2017 13:32:29 -0700 Subject: [PATCH] add example of usage --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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/`. +