ssg icon indicating copy to clipboard operation
ssg copied to clipboard

The official Statamic Static Site Generator

Results 56 ssg issues
Sort by recently updated
recently updated
newest added

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

bug

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

bug

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

bug
multisite

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

bug
multisite

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

needs more info

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

bug

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

feature request

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

bug

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

bug