-
my janitor plugin has a maintenance mode as well. it uses a file instead of a config option to track its state. imho that makes it easier to toggle than inside php.
https://github.com/bnomei/kirby3-j…
-
## Broken plugins
- [x] https://github.com/getkirby/staticache
> Declaration of Kirby\Cache\StatiCache::retrieve(string $key) must be compatible with Kirby\Cache\FileCache::retrieve(string $key)…
-
I try to get my new page up and running with various plugins and I really like this one. Many thanks for the good work.
Currently I struggle with the options for robot.txt generation.
For several …
-
With the release of Kirby 3.9.0, the Toolkit\Query class has been deprecated and should be replaced by Query\Query.
-
Hi,
after setting up the plugin (Download/kirby-sanitizer) I got the following error if I try to send a comment from the frontend:
`Could not process comment. in file site/plugins/kirby3-commentio…
-
After I installed the plugin, an error occured.
`Class "Bnomei\Redirects" not found` on `/site/plugins/kirby3-redirects/index.php29`
No data have been added to `site.txt`.
Removing plugin make …
-
i get that its easier to setup if its just `/static` but i think it would make sense to allow the folder to be changed. mentioning that that folder in the htaccess/nginx config needs to be adjusted as…
-
Dear Daan,
i was very happy to read about your plugin in the last kirby kosmos issue and installed it right away.
Judging from the panel the plugin seems to work there, but there is no .sqlite file …
-
Multi lang setup creates directories as
`url.language` meaning
`/projects` creates `/static/projects.en/index.html`
`/cs/projects` creates `/static/projects.cs/index.html`
Folder structure ne…
-
like CSP headers. currently i solve this with a plugin of mine. how would that be possible with raw html? would i need to export them to apache and nginx?