stacey
stacey copied to clipboard
Cheap & easy content management
Hi, I'm wondering if there's a way to generate static files so we can avoid the use of php for serving the site. Something like this: https://nuxtjs.org/guide/installation#codefund_ad
Does anyone knows how to paginate results from a loop ? Example: when having a lot of blog posts. I'm surprised no one asked about this before. I guess it...
The number_format filter was added in Twig 1.5. Is there a way to add the number_format filter to Stacey (Twig 1.4)? I am dynamically adding two (currency) values within a...
Hi Stacey community, What's the best way to arbitrarily insert images into a "blog" post? So to have a bunch of text, then an image (with maybe a caption) etc.?...
Sometimes the cache for my website goes corrupt and I get a website that looks similar to this.  This is because all the...
Dear friends of Stacey, We have built a fairly complete Stacey-friendly admin panel for a separate project we are working on. Although it has a few implementations specific to our...
On two Stacey site I have the followin problem: After a while, and with no changes on my site the cache for one or more pages is corrupted. All paths...
Hi all, I have created my own site with Stacey 3.0, and found that .png IPTC metadata is not being parsed by Stacey. I downloaded and ran a fresh version...
On 3.0.0: Wanted to create `404.php` instead of `404.html` in `/public/` for my install, but realized there's a code bit in [stacey.inc.php](https://github.com/kolber/stacey/blob/3fe746e2522eb08e98976c1ca946fd2d3e496baa/app/stacey.inc.php#L149) specifically asking for `404.html`. Perhaps this can be...
I'm having a strange problem with the language: ``` if !@thumb do ``` Is not working properly I want to test if projects have @thumbs; and if they do, show...