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
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