Add a full set of icons / favicons to your Kotti site.
Project description
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 provides two views, registered for the root node of your site:
Development happens at https://github.com/Kotti/kotti_icons
Setup
To enable the extension in your Kotti site, activate the configurator:
kotti.configurators = kotti_icons.kotti_configure
Add your own icon set
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:
Development
Contributions to kotti_icons are highly welcome. Just clone its Github repository and submit your contributions as pull requests.
History
1.0.0 - unreleased
Initial release.