Fork me on GitHub

Statocles Static, App-capable Websites

Statocles is a minimal web content management system with a focus on easy editing with any plain text editor.

Markdown and YAML...
---
title: Home
---
# Welcome

My name is *Housemoon* and this is [a website](http://example.com)
Becomes HTML...

Welcome

My name is Housemoon and this is a website

Features

Installing

Install the latest version of Statocles:

curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n Statocles

Getting Started

Create a site using the create command:

statocles create www.example.com

See the Statocles Setup guide for more information.