ShallowRed

Results 3 comments of ShallowRed

To generate a static sitemap I use `new Page()` in the plugin's config ready option : ```php // config.php return [ 'ready' => function() { return [ 'd4l.static_site_generator' => [...

I have [forked the repo](https://github.com/ShallowRed/kirby3-static-site-generator/commit/aad2c2ea0fb929872975c1041d3e686d2366bdb8) and managed to get the behavior I wanted. When `kirby->url->assets()` is set to a deeper path than default (like `storage/assets`), `assets` gets generated the same...

Oh you're right about kirby not loading assets in subfolder. I forgot about this but I wrapped assets call in a function that specifies `$kirby->url('assets')` before calling css(), js() etc....