kirby3-static-site-generator icon indicating copy to clipboard operation
kirby3-static-site-generator copied to clipboard

Static site generator plugin for Kirby 3+. With this plugin you can create a directory with assets, media and static html files generated from your pages. The result is an even faster site with less p...

Results 6 kirby3-static-site-generator issues
Sort by recently updated
recently updated
newest added

## Expected Behavior I am using this sitemap snippet: https://getkirby.com/docs/cookbook/content/sitemap by Bastian. But it doesn't generate an actual sitemap.xml file it just starts rendering the xml when you access the...

## Expected Behavior Using custom `assets` folder path, having the same in project and `static` folder. ```php // index.php echo new Kirby([ 'roots' => [ 'assets' => __DIR__ . '/storage/assets',...

I'd love to include the XML feed into my static build that i already can access using my custom route `http://127.0.0.1:8000/de/feed` The part of the config.php that might be relevant:...

Hi there, is it possible to get path names as .html files like "/projects/project-a.html" instead of "/projects/project-a/index.html". The new feature for custom routes looks interesting and I would like to...

I have build a [small project](https://github.com/dimejo/kirby-tailwind-static) that is supposed to be a boilerplate for future static sites with Kirby. The project only consists of Kirby 4, the Starterkit and kirby3-static-site-generator....

As I no longer work for D4L, I no longer have write access to this repository. As a result, I have created a new repository under https://github.com/jonathan-reisdorf/kirby-static-site-generator where I will...