/hyde-buildout

Static site generator hyde within a buildout system

hyde-buildout

Info:See github for the latest source.
Author: Tim Eggert <tim@elbart.com>

Description

This project provides a basic buildout setup to start with Hyde.

Prerequesites

You need python >= 2.6 installed on your system.

Building

There is a simple Makefile which wraps the buildout hazzle and helps to get started very easily. Just run the following commands to build a basic skeleton:

make
make new

Now you have created the whole environment to get started with the Hyde project. You can start modifying the templates and so on within the sources directory.

Running

To run the builin http server, just use this command:

make run

Now you can surf to http://localhost:8080 in your browser to watch your site.

Publishing

@TODO