Statocles
Statocles copied to clipboard
Static website CMS
I'd like to have a directory of static files, and get a directory index like Apache's mod_autoindex. It will need to be a template.
It'd be nice if, when moving apps and pages around, we could update links quickly using some kind of rule. A `statocles move` command might be a good bet. But...
There should be a Table of Contents for each individual module. Each heading should also link back to the table of contents.
Right now we pass a bunch of variables into the templates, including the page, site, content, and any other random things. This makes the templates less than friendly, less performant...
To make the templates easier to work with, it'd be nice if we had a `data()` method that would, if given an argument, deref the first level of reference. ```...
It would be nice if the user could configure a bunch of information about themselves easily, without having to alter the default templates. These are things that a lot of...
We should be able to quickly deploy to an ad-hoc directory, bypassing the existing configured deploy. Perhaps something like `statocles deploy --path /var/www/root/whatever`.
Do we currently check invalid POD for problems? We should write warnings if we find invalid POD. If not, [Pod::Checker](http://metacpan.org/pod/Pod::Checker) exists, we might be able to use that. We would...
I just got bit by moving the Statocles website to http://preaction.me. The urls in the CSS file were not correct. We should look for `url(...)` in CSS files, `` elements,...
Hi, (sorry, this one will be longish, but I want to make my points clear…,) having been in the process of transitioning from WordPress to some static (not just flat-file)...