Statocles
Statocles copied to clipboard
Static website CMS
When Pod::Weaver is being used by Dist::Zilla, it has a bunch more information from the distribution. The Dist::Zilla configuration file defines some information, and Dist::Zilla plugins can define more (plugins...
It would be nice if we could automatically upload full-res images to photo sharing apps and hot-link from there. We would need to be able to check to see what...
It'd be really nice if, after the daemon rebuilt the site, the current page I'm looking at automatically refreshed. This probably means inserting some `` into the page. It should...
We need to be able to specify the responsive sizes that the image should be used for. This will be relevant for multiple places, including shortcut icons and HTML5 responsive...
https://simplesharingbuttons.com Add some sharing buttons to the bottom of blog posts on both the list view and the inner view. We already have font-awesome via CDN, so we can use...
Pages should know all of the data they depend on so that when content is updated, those affected pages can be re-rendered. This will improve performance in the daemon, and...
We need a more navigable documentation website with clearer topics. The topics should be extremely narrow for ease-of-use. - Install - Quick Setup - -- This is where the site...
See e9be65ec64687d497149f776e4f2a958e25e54d3 The blog now has a `page_url` method that, given a page, gives an absolute (`/2015/01/01/page`) URL to the page (removing unnecessary things like `/index.html`). The Site object also...
When port 3000 is already in use, we get an error: `Can't create listen socket: Address already in use`. But we don't get told which port is already in use,...
When adding a markdown file to a theme directory, perhaps to add a README file, or some random markdown-based include, we get an error during the deploy process: ``` Can't...