Fork me on GitHub
(source)

NAME

Statocles - A static site generator

SYNOPSIS

    # Create a new site
    statocles create www.example.com

    # Create a new blog post
    export EDITOR=vim
    statocles blog post

    # Build the site
    statocles build

    # Test the site in a local web browser
    statocles daemon

    # Deploy the site
    statocles deploy

DESCRIPTION

Statocles is an application for building static web pages from a set of plain YAML and Markdown files. It is designed to make it as simple as possible to develop rich web content using basic text-based tools.

FEATURES

GETTING STARTED

To get started with Statocles, consult the Statocles::Help guides.

SEE ALSO

For news and documentation, visit the Statocles website at http://preaction.github.io/Statocles.