Statocles
Statocles copied to clipboard
Static website CMS
Not sure if this is already supported but it would be great if links in plaintext could automatically converted active with tags I know github allows this type of thing...
A lot of websites and applications are standardizing on the `::` syntax for emoji and icons, like Github here. - :+1: `:+1:` - :100: `:100:` - :cake: `:cake:` It would...
When we use the `include` helper, we are often forced to have extra whitespace (even when using ``. This can cause the Markdown to be rendered incorrectly, such as when...
When we're including another file using the `include` template helper, we should add the site's root directory to the list of paths searched. This will allow us to more easily...
Right now, all uses of the `include` helper function have their included file run through the template processor. This makes a huge problem if the file we're including looks similar...
Right now, a Statocles site has a `build_store` attribute, which is a path that we use to put the site as we build it. By default, this is `.statocles/build`, and...
http://knsv.github.io/mermaid/index.html#mermaid Mermaid uses client-side rendering to render diagrams written in a simple, plain text style. These are excellent for presentations and documentation, and it would be good to have integrated...
If a user deploys their site, it captures the current state of the site source from their local machine. If they are using git to collaborate on a site and...
If someone else has deployed the site since we've deployed it, we will not be allowed to push the deploy branch. We will instead be dropped on the deploy branch...