{"id":27197717,"url":"https://github.com/preaction/statocles","last_synced_at":"2025-10-27T22:39:09.122Z","repository":{"id":16513314,"uuid":"19266337","full_name":"preaction/Statocles","owner":"preaction","description":"Static website CMS","archived":false,"fork":false,"pushed_at":"2023-08-19T18:21:47.000Z","size":4515,"stargazers_count":84,"open_issues_count":116,"forks_count":34,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-06-18T17:02:27.535Z","etag":null,"topics":["cms","perl","web"],"latest_commit_sha":null,"homepage":"http://preaction.me/statocles","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/preaction.png","metadata":{"files":{"readme":"README.mkdn","changelog":"CHANGES","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-04-29T06:32:42.000Z","updated_at":"2024-01-02T10:44:45.000Z","dependencies_parsed_at":"2024-06-18T16:49:36.519Z","dependency_job_id":"9d442e65-2e94-4ec2-995d-bfb2f47c24b9","html_url":"https://github.com/preaction/Statocles","commit_stats":{"total_commits":1257,"total_committers":15,"mean_commits":83.8,"dds":0.07875894988066823,"last_synced_commit":"5d631ccfefe6bb1ee192e70566c3b87fb8902311"},"previous_names":[],"tags_count":98,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preaction%2FStatocles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preaction%2FStatocles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preaction%2FStatocles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preaction%2FStatocles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/preaction","download_url":"https://codeload.github.com/preaction/Statocles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248106810,"owners_count":21048799,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cms","perl","web"],"created_at":"2025-04-09T20:29:25.839Z","updated_at":"2025-10-27T22:39:04.084Z","avatar_url":"https://github.com/preaction.png","language":"Perl","readme":"# NAME\n\nStatocles - A static site generator\n\n# VERSION\n\nversion 0.093\n\n# STATUS\n\n\u003ca href=\"https://travis-ci.org/preaction/Statocles\"\u003e\u003cimg src=\"https://travis-ci.org/preaction/Statocles.svg?branch=master\"\u003e\u003c/a\u003e\u003ca href=\"https://coveralls.io/r/preaction/Statocles\"\u003e\u003cimg src=\"https://coveralls.io/repos/preaction/Statocles/badge.png\" alt=\"Coverage Status\" /\u003e\u003c/a\u003e\n\n# SYNOPSIS\n\n    # Create a new site\n    statocles create www.example.com\n\n    # Create a new blog post\n    export EDITOR=vim\n    statocles blog post\n\n    # Build the site\n    statocles build\n\n    # Test the site in a local web browser\n    statocles daemon\n\n    # Deploy the site\n    statocles deploy\n\n# DESCRIPTION\n\nStatocles is an application for building static web pages from a set of plain\nYAML and Markdown files. It is designed to make it as simple as possible to\ndevelop rich web content using basic text-based tools.\n\n## FEATURES\n\n- A simple format based on\n[Markdown](http://daringfireball.net/projects/markdown/) for editing site\ncontent.\n- A command-line application for building, deploying, and editing the site.\n- A simple daemon to display a test site before it goes live.\n- A [blogging application](https://metacpan.org/pod/Statocles::App::Blog#FEATURES) with\n    - RSS and Atom syndication feeds.\n    - Tags to organize blog posts. Tags have their own custom feeds.\n    - Crosspost links to direct users to a syndicated blog.\n    - Post-dated blog posts to appear automatically when the date is passed.\n- Customizable [themes](https://metacpan.org/pod/Statocles::Theme) using [the Mojolicious template\nlanguage](https://metacpan.org/pod/Mojo::Template#SYNTAX).\n- A clean default theme using [the Skeleton CSS library](http://getskeleton.com).\n- SEO-friendly features such as [sitemaps (sitemap.xml)](http://www.sitemaps.org).\n- [Automatic checking for broken links](https://metacpan.org/pod/Statocles::Plugin::LinkCheck).\n- [Syntax highlighting](https://metacpan.org/pod/Statocles::Plugin::Highlight) for code and configuration blocks.\n- Hooks to add [your own plugins](https://metacpan.org/pod/Statocles::Plugin) and [your own custom\napplications](https://metacpan.org/pod/Statocles::App).\n\n# ATTRIBUTES\n\n## site\n\nThe [site](https://metacpan.org/pod/Statocles::Site) we're working with.\n\n## log\n\nA [Mojo::Log](https://metacpan.org/pod/Mojo::Log) object for logging. Defaults to the current site's `log` attribute.\n\n# METHODS\n\n## run\n\n    my $exitval = $cmd-\u003erun( @argv );\n\nRun the command given in @argv. See [statocles](https://metacpan.org/pod/statocles) for a list of commands and\noptions.\n\n# GETTING STARTED\n\nTo get started with Statocles, [consult the Statocles::Help guides](https://metacpan.org/pod/Statocles::Help).\n\n# SEE ALSO\n\nFor news and documentation, [visit the Statocles website at\nhttp://preaction.me/statocles](http://preaction.me/statocles).\n\n# AUTHOR\n\nDoug Bell \u003cpreaction@cpan.org\u003e\n\n# CONTRIBUTORS\n\n- djerius \u003cdjerius@cfa.harvard.edu\u003e\n- Ed J \u003cmohawk2@users.noreply.github.com\u003e\n- Ferenc Erki \u003cerkiferenc@gmail.com\u003e\n- Joel Berger \u003cjoel.a.berger@gmail.com\u003e\n- Kent Fredric \u003ckentnl@cpan.org\u003e\n- Konrad Bucheli \u003ckb@open.ch\u003e\n- Mohammad S Anwar \u003cmohammad.anwar@yahoo.com\u003e\n- perlancar (@netbook-zenbook-ux305) \u003cperlancar@gmail.com\u003e\n- Roy Storey \u003ckiwiroy@users.noreply.github.com\u003e\n- tadegenban \u003ctadegenban@gmail.com\u003e\n- Vladimir Lettiev \u003cthecrux@gmail.com\u003e\n- William Lindley \u003cwlindley@wlindley.com\u003e\n\n# COPYRIGHT AND LICENSE\n\nThis software is copyright (c) 2016 by Doug Bell.\n\nThis is free software; you can redistribute it and/or modify it under\nthe same terms as the Perl 5 programming language system itself.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpreaction%2Fstatocles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpreaction%2Fstatocles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpreaction%2Fstatocles/lists"}