title: Home layout: layout/full-width.html

Statocles Static, App-capable Websites

% my ( $latest ) = $site->app( 'blog' )->recent_posts( 1 ); % my ( $version ) = $latest->title =~ /(v\d+[.]\d+(?:[.]\d+)?)/; Latest release: <%= $version %> (<%= $latest->date->strftime( '%Y-%m-%d' ) %>)

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

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

See the Statocles install guide for more information.

Getting Started

Create a site using the create command:

statocles create www.example.com

See the Statocles guides for more information.

Help