Statocles icon indicating copy to clipboard operation
Statocles copied to clipboard

Static website CMS

Results 104 Statocles issues
Sort by recently updated
recently updated
newest added

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.

feature

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...

feature

There should be a Table of Contents for each individual module. Each heading should also link back to the table of contents.

feature

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...

breaking
cleanup

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. ```...

feature

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...

feature

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`.

feature

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...

feature

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,...

feature

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)...

feature