From 27be0eeeb2ffd6fd374285df22233573f5a5fd87 Mon Sep 17 00:00:00 2001 From: Arthur Koziel Date: Thu, 7 Apr 2011 16:15:44 +0200 Subject: [PATCH] updated readme file --- README | 1 - README.md | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index ad0d658..0000000 --- a/README +++ /dev/null @@ -1 +0,0 @@ -Pyll is a Python-Powered Static Site Generator. diff --git a/README.md b/README.md new file mode 100644 index 0000000..82013bb --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +Pyll +==== + +Pyll is a Python-Powered Static Site Generator. + +Installation +------------ + +`pip install pyll` + +Quickstart +---------- + +Run `pyll --quickstart mysite` to generate a basic site skeleton. + +Usage +----- + +Run the `pyll` command to generate a site. The command looks for files +with a .htm/.html, .xml, .rst and .md/.markdown extension and parses them. +Directories and files that start with a dot or an underscore will be ignored. +Everything else will be copied. The generated site will be available +in the `_output` directory.