Basic usage

Install

Setup your environment, by installing the following packages / make sure they’re available on your system:

  • Jinja2
  • Markdown
  • PyYAML

if you are using pip and virtualenv, you know you can do this:

pip install -r requirements.pip

Create your steps

In the steps directory, create your YAML files using the YAML specs. Your imagination is the limit. It’s recommended to start with a index.yaml, but you are not bound to.

When you think your’re ready...

Generate your website

python generator.py

And you’re done.

Project Versions

Table Of Contents

Previous topic

Vous êtes le héros

Next topic

YAML specs

This Page