ssg
ssg copied to clipboard
The official Statamic Static Site Generator
When running statamic dynamically, URLs get standardized to no trailing slash. However, when the SSG generates a site, every page is a directory, and webservers treat them this way. Since...
After generating about ~3800 pages I receive this error: ``` ErrorException unserialize(): Error at offset 8148 of 8178 bytes at vendor/spatie/fork/src/Task.php:115 111▕ $output = $this->output; 112▕ 113▕ if (str_starts_with($output, self::SERIALIZATION_TOKEN))...
I’m not sure where exactly the issue is here because I updated to Statamic 3.3 as well as SSG 1.0 at the same time, since it kind of all depended...
I’ve been having a sporadic issue when building one of my sites on Netlify. I finally got it to happen locally so I have the full laravel log. It’s two...
Running `PHP 7.4.29 (cli) (built: Apr 14 2022 11:36:10) ( NTS )` `php please ssg:generate` outputs the following: ``` Gathering content to be generated... Error Call to a member function...
This may be more a support thing than an issue. I'm using Laravel:Sail to manage a local site, against which I then use SSG. For full disclosure, I do this:...
I have been trying to debug some issues with the SSG, but I can't figure out where to view the warnings that occur during generation. I've checked `storage/logs/laravel.log`, and there...
Hi. I have a `footer_navigation.yaml` file containing: ``` tree: - id: 35019694-9244-4bba-b453-667177f5d627 entry: 4aae64ff-9519-4a9a-8eba-298d2acc516c title: Products - id: 4ffb78af-d33b-4fc6-8196-facec54c63df entry: ba77259e-ee06-4794-9711-3fdbdeedb23f - id: c315a3f3-7cc4-4ba0-b816-e365d76ffb1e entry: 84d90210-6db9-4937-8863-65b8c49150d0 - id: 2f4bbb7d-9ae7-4ca2-930b-b6c25ef041e6 entry:...
I [posted a comment](https://gist.github.com/jasonvarga/256f293f8f55bf564c907a335a2f40f3#gistcomment-3777404) on the SSG pagination gist because I thought this was just related to that. However, it appears that it's an issue with the SSG + pagination,...