Indico docs: How to customize theme

How to customize theme

This charm supports providing static source files for customizing Indico look and feel. Details on how those files should look like can be consulted in Indico’s official documentation.

If you wish to apply a set of customization files, set the configuration option customization_sources_url to the URL of the git repository containing them juju config [charm_name] customization_sources_url=[value]. If you want the favicon to be customized too, publish it as files/favicon.ico in the customization repository. For debugging purposes, you may also want to enable customization_debug to get meaningful log messages when the files are accessed.

The theme changes can be pulled by running the refresh-external-resources action.

For more details on the configuration options and their default values see the configuration reference.