Skip to content

arthurk/pyll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Python-Powered Static Site Generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages