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 am using Centos 7 and installing through CPAN. Errors follow: ``` # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === #...

We should better support markdown engines like CommonMark. Since they may not have the same API as Text::Markdown, we should create a wrapper class like Statocles::Markdown::CommonMark that makes the API...

In order for a blog to show a full pagination control, we need to provide a list of all the page numbers. We should add a new attribute (`series`) to...

For metadata purposes, it's important for every page to have a descriptive title. Every page in the blog index should have a title, and every tag page should have a...

feature

I see there are a few test failures [1](https://travis-ci.org/preaction/Statocles/jobs/292896624#L763-L771) and [2](https://travis-ci.org/kiwiroy/Statocles/jobs/292896597#L892-L892). They appear spurious and the common factor appears to be `Path::Tiny`, but I can't be certain. Locally, the following...

We need an Image helper plugin (Statocles::Plugin::Image) that will allow us to embed responsive images, converting them to the correct sizes and compressions. I should be able to simply take...

It would be interesting if every section was also able to have frontmatter metadata, like so: ``` markdown --- title: Document Title --- class: section-1 images: banner: title.jpg --- First...

feature

https://github.com/kAworu/octostrap3 This is a really pretty bootstrap-based theme that would be awesome to have a built-in Statocles version of.

feature

https://github.com/preaction/Statocles/commit/c6f690f6aa5688e943923b2037793e61405cae13#diff-7a42ae2fc7e5e9c7bb37c608ed0b849cR150 ```diff +Deprecated in v0.75. Will be removed in v2.000. ``` This is much newer than 0.083

bug
docs
new-contributors

A site should be able to have multiple, named deploy configurations. This would allow a site to have a "preview" or "staging" server along with a "production" server, each with...

feature
new-contributors