ssg
ssg copied to clipboard
The official Statamic Static Site Generator
I have already written two "after" functions for SSG, one to do some URL rewriting and one to generate HTML redirect pages. It seems to me that different addon authors...
For our SSG project we have three separate buckets on S3. project-assets project-glide project-ssg Assets is uploaded assets Glide is a specific bucket just for glide generated items SSG is...
This pull request aims to improve the output of the `ssg:generate` command, bringing it inline with commands in Statamic Core. ## Before ## After When run on a single worker/process,...
When running the static site generator, glide images are generated directly in `storage/app/static/....`, but `glide:data_url` attempts to read the generated image from `storage/statamic/glide`. If you have been viewing the site...
This implements a method of allowing more than one after callback, as requested in #182. It adds an option `$id` parameter to the `SSG::after` method that defaults to `"unidentified"`. This...
When running ssg with multiple workers, different forked processes might check for an existing folder and attempt to create it "simultaneously", which will cause makeDirectory to fail (folder already exists)...