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

``` t/plugin/mermaid.t ............ ok t/site.t ...................... ok # Current locale: C # Failed test 'nothing on stderr' # at t/statocles.t line 70. # got: 'perl: warning: Setting locale failed. #...

Thanks for this tool --- I am trying it out for the first time! The [Statocles SYNOPSIS section](https://metacpan.org/pod/Statocles#SYNOPSIS) gives the example sequence: # Create a new site statocles create www.example.com...

Before this commit any functionality that depended on knowing the build date (which is possibly overridden by the command line) would need to have the date passed in to it....

This looked like a very low hanging fruit to fix when noticed it among open issues :) Still, please review, and let me know if you would like me to...

This changes all roles from being eg `Statocles::App` to `Statocles::Role::App`. Reasoning: the thing I found most confusing when digging into the code previously was the module `Statocles::App::Role::Store` - now that...

This PR adds a new non-filesystem based backend (based on Archive::Tar) as an example and test target. The store tests have been modified so that multiple backends may be tested,...

"Can't create listen socket: Address already in use" is rewriten as "Can't create listen socket on port $port: Address already in use" Signed-off-by: Jose Luis Perez Diez [email protected]

As promised, here's the "test" part from the installation. (Statocles itself builds fine.) ``` (...) PREACTION/Statocles-0.080.tar.gz C:\Perl64\c\bin\dmake.exe -- OK Running make test Skip blib\lib\auto\share\dist\Statocles\theme\default\css\skeleton.css (unchanged) Skip blib\lib\auto\share\dist\Statocles\theme\bootstrap\blog\index.html.ep (unchanged) Skip blib\lib\auto\share\dist\Statocles\theme\bootstrap\site\style.html...

More Windows bugs? As you wish! Same setup as last time... I fired up a shell and installed Statocles: cpan> notest install Statocles That worked. What followed, not so much.......

The syntax highlighter is missing common types HCL (HashiCorp) and YAML (aren't we all YAML users today ;))

feature