Home

Awesome

Petrify

A simple and flexible static site generator for node.js

Why use a static site generator?

Why use Petrify?

Getting started

First, install the latest version of node.js. Petrify uses git submodules for the rest of its dependencies. Once you've cloned the repository, do:

git submodule update --init --recursive

Then, cd to the examples directory and run the build script. This will create a www directory with a bunch of HTML files inside. Voila! you've just generated your first site. For now, the example site and the files in the doc directory will have to be enough to get you started.