Add a full set of icons / favicons to your Kotti site.
This extension injects a set of icon links into the head section of Kotti's master templates. It also registers two views for the root node of your site:
Development happens at https://github.com/Kotti/kotti_icons
To enable the extension in your Kotti site, activate the configurator:
kotti.configurators = kotti_icons.kotti_configure
To replace the icons in this this packe with your own, you first need to configure an asset override in your package's includeme
:
config.override_asset( to_override='kotti_icons:static', override_with='your_package:path/to/directory/with/icons')
Then place your icon set in this directory.
You can generate a full set of icons for your site by uploading a single image to one of the many available online tools, for example:
Contributions to kotti_icons are highly welcome. Just clone its Github repository and submit your contributions as pull requests.