From 453647bd641e10bc798e4b8856e584b4e92a78cd Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Sun, 25 Jul 2010 15:45:09 +0200 Subject: [PATCH] Added instructions into README --- README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README b/README index e69de29..e3ac5cd 100644 --- a/README +++ b/README @@ -0,0 +1,15 @@ +How to use +========== + +Populate directory with markdown files (they have to end with .markdown). You +can also create arbitrarily nested subdirectories containing .markdown files. + +Sg will go recursively through all directories not beginning with an underscore +("_") and convert the .markdown files into .html. The resulting HTML files will +be saved into the _site directory, conserving the directory structure where the +.markdown file was found. + +Put your static content into _static. Files and subdirectories will be copied +into _site without any modifications. + +