Plugin installation
Plugins are installed in a few steps.
- Ensure that root site directory has a
pluginsdirectory, if not create it - Create a directory for the plugin to be installed in
pluginsand copy the plugin files there - Enable the plugin in
site.confin the[site]section adding<plugin name>toenabled_pluginssetting. The list of plugin names must be separated by commas - Optionally add any configuration to
site.conf, see plugin documentation - Optionally add plugin to any
hook_*settings if the order of plugin execution is required for correct operation (if not set Pagegen will execute in alphabetical order)