The Fadeshow Plugin is an extension for Grav CMS. It enables the creation of simple fading slideshows.
To install the plugin, download the zip-version of this repository and unzip it under /your/site/grav/user/plugins
. Then rename the folder to fadeshow
.
You should now have all the plugin files under
/your/site/grav/user/plugins/fadeshow
Before configuring this plugin, you should copy the user/plugins/fadeshow/fadeshow.yaml
to user/config/plugins/fadeshow.yaml
and only edit that copy.
Here is the default configuration and an explanation of available options:
enabled: true
TODO: Describe the configuration options.
Note that if you use the Admin Plugin, a file with your configuration named fadeshow.yaml will be saved in the user/config/plugins/
-folder once the configuration is saved in the Admin.
TODO: Describe how to use the plugin.