Eric Celeste
Eric Celeste
Using `composer remove` to remove an addon only removes the addon's code. It does not remove data that the addon as sprinkled into the system. It would be nice for...
Is there a way to get the redirects written to static files when creating a static site with Statamic Static Site Generator?
In Jekyll and in WordPress I use redirects that can be defined from certain pages and posts. In other words, the metadata defining the redirect is on the page. Jekyll...
**Describe the bug** When using the Prettier plugin `prettier-plugin-antlers` some of my HTML tags end up with extra spacing before and after the tag because they are wrapped onto separate...
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
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...
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...