ssg
ssg copied to clipboard
The official Statamic Static Site Generator
We're using SSG for the production deployment of our site, and working locally in the standard, non-static mode. I've noticed there are sections of our site in which the last...
We are having an issue where we are trying to get our site working as a static site, but everytime we run ssg:generate a portion of our english pages get...
When using Statamic v5 with the official [statamic/ssg](https://statamic.com/addons/statamic/ssg) addon to generate a multilingual static site, translation keys stored in resources/lang/{locale}.json are not replaced with their translated values in the generated...
Hi, I want to try ssg to use for multisite. Now I've tested it - I get a strange result, it seems that URL is ignored. I have two sites...
This patch adds a `verbose` option to the config. If changed to `false` this will prevent the creation of a new line for every file encountered. Closes #188
### Bug description When deploying a Statamic site with Vite and SSG on Netlify, Vite assets (CSS/JS) are not properly handled in the final static output. Locally, the build process...
The [Statamic SSG](https://github.com/statamic/ssg) v.3.1.0 seems to have a problem dealing with child pages when the cache is clear. To demonstrate the problem, first install statamic with this starter kit. ```...
I generate a static site with over 6,000 pages and if I log the output from ssg:generate it ends up being a hefty long log. Plus, these "generating" messages use...
Our static site generation has started to fail with errors in `spatie/fork`. We see the errors when either version 1.1.3 or 1.2.3 of spatie/fork are installed, but we get no...
Used `statamic new` to create a project named `x` including SSG. Set `/resources/site.yaml` default url to `/foo`. In other words, I am trying to generate a static site that is...