Skip to content

preaction/Statocles

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
lib
 
 
 
 
 
 
t
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

NAME

Statocles - A static site generator

VERSION

version 0.093

STATUS

Coverage Status

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

ATTRIBUTES

site

The site we're working with.

log

A Mojo::Log object for logging. Defaults to the current site's log attribute.

METHODS

run

my $exitval = $cmd->run( @argv );

Run the command given in @argv. See statocles for a list of commands and options.

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.me/statocles.

AUTHOR

Doug Bell preaction@cpan.org

CONTRIBUTORS

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Doug Bell.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.