deichrakete / kirby-cache
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:kirby-plugin
Requires
This package is auto-updated.
Last update: 2025-03-17 17:05:29 UTC
README
This is a simple cache plugin for Kirby, a file-based CMS. At the moment it allows you to add a cache-buster for the css()
and js()
functions.
Installation
- Download the plugin files.
- Copy the
cache
folder into thesite/plugins
directory of your Kirby installation orcomposer require deichrakete/kirby-cache
orgit submodule add https://github.com/deichrakete/kirby-cache.git site/plugins/cache
- The plugin is enabled by default
Config options
# everything is true by default 'deichrakete.cache.options' => [ 'buster' => [ 'css' => false, 'js' => false, ] ]