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
138 stars 7 forks source link

✨🎨 support custom route returning page, reformat code #80

Closed jonathan-reisdorf closed 1 year ago

jonathan-reisdorf commented 1 year ago

Description

Adds the option to render pages returned by routes targeted by custom routes

Motivation

Kirby renders a page when returned by a route

Testing

Direct class method

Related issue