Statocles
Statocles copied to clipboard
Static website CMS
When we take a bunch of Statocles::Link objects and serialize them in the markdown file, they appear like so: ``` --- links: canonical: - !!perl/hash:Statocles::Link href: http://blogs.perl.org/users/preaction/2016/11/beamemitter-v1004-released.html --- ``` YAML...
When we're using [Pod::Weaver](http://metacpan.org/pod/Pod::Weaver) to build our documentation, there are times where we need to give it more information like what license we want to use and who our contributors...
[oEmbed](http://oembed.com) is an open standard for embedding third-party content on a page. It is [supported by many sites](http://oembed.com/#section7) including Flickr, Instagram, Meetup, Reddit, Codepen, SoundCloud, WordPress.com, Twitch, Vimeo, and YouTube....
I frequently find myself typing `find blog -depth 4 -type d` to list all the blog posts. It would be nice is there was a command that could list all...
The linkcheck plugin should check for broken external links, with an option to disable.
For content that is available in multiple places, via syndication or some other means, good search engine practices require us to decide which one is canonical. Otherwise, each individual instance...
https://madebymike.com.au//writing/canvas-image-manipulation/ It might be interesting for the people who can't/won't use photoshop to be able to create some photo effects. This might be relegated to the photo gallery app, but...
We should compile .sass and .scss files using CSS::Sass, if it is available. Do we add this automatically to Theme and Static? Is it a build plugin? How do we...
https://www.slideshare.net/mobile/cromedome/accessibility-in-web-sites Check the default themes for accessibilty. Can we write tests about it?
It would be nice to be able to specify a location as metadata for a page, or at least to create a link to a map by typing an address...