kotti_icons

Add a full set of icons / favicons to your Kotti site.


Keywords
kotti, web, cms, wcms, pylons, pyramid, sqlalchemy, bootstrap
License
Other
Install
pip install kotti_icons==1.0.0

Documentation

kotti_icons

Add a full set of icons / favicons to your Kotti site.

pypi downloads_month license build_status_stable

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

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

build_status_master

Contributions to kotti_icons are highly welcome. Just clone its Github repository and submit your contributions as pull requests.