ssg
ssg copied to clipboard
The official Statamic Static Site Generator
When you have a lot of content, Statamic allows us to optimize ssg build time by using `spatie/fork` dependency to have concurrent builds. However, the step "Gathering content files" still...
Fixes #149
I'm using the latest version that has #140 in it. I've updated my config. The pagination is detecting that it needs to run 👍🏼 But every page generated only has...
``` {{ glide :src="image" width="150" }} {{ /glide }} ``` In live version of the site the img has the correct resized numbers for width and height, but in static...
When generating the static site, I get this error. I have no idea where to look to solve this, so I'm hoping some of you do :) Here's the output...
I just got an error on my site because SSG tried to publish a news article that was set to be published later on. I see there is a filter...
The [Multi-Site docs](https://statamic.dev/multi-site#views) state that you can arrange your directory structure so that if `resources/views//` exists, it will preference that over `resources/views/`. This currently works in `statamic/cms` for the control...
It would be nice if there could be the option for adding a button to trigger generation. Together with the SSG::after hook this should allow for some automatic deployment for...
When I generate my site locally, everything works fine. When Netlify does it, I get this error: ``` 11:14:18 AM: [✘] / (Unable to read file from location: containers/assets/site/michael.png/a8387161c6052716c24530f8fef34a20.png.) 11:14:18...
when I do all the things and tried to execute this command --> php please ssg:generate this is the output : ``` You may be able to speed up site...