Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 583 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 583 Bytes

Pyll

Pyll is a Python-Powered Static Site Generator.

Installation

Checkout this repo and run setup.py install. Tested with Python 2.7.

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.