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

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...

feature
new-contributors

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...

feature
new-contributors

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...

feature

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...

feature

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...

bug
breaking

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...

feature
cleanup
new-contributors

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...

feature

A wordpress conversion utility would be useful.

feature

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...

feature
new-contributors

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...

bug