d4l-data4life / kirby3-static-site-generator

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 potential vulnerabilities.
MIT License
137 stars 7 forks source link

✨ support dynamic routes when called from custom routes #63

Closed jonathan-reisdorf closed 2 years ago

jonathan-reisdorf commented 2 years ago

Description

This PR supports the rendering of Kirby routes when passed into the custom routes array.

Motivation

Over time it was requested multiple times to support rendering dynamic routes.

Testing

starterkit / field

Related issue

fixes https://github.com/d4l-data4life/kirby3-static-site-generator/issues/62 fixes https://github.com/d4l-data4life/kirby3-static-site-generator/issues/59