Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updated readme file
  • Loading branch information
arthurk committed Apr 7, 2011
1 parent 958d299 commit 27be0ee
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
1 change: 0 additions & 1 deletion README

This file was deleted.

23 changes: 23 additions & 0 deletions 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.

0 comments on commit 27be0ee

Please sign in to comment.