ckanext-helixtheme
CKAN theming plugin to work alongside ckanext-helix extension.
Prerequisites
- Create a group named featured-datasets
Installation
To install ckanext-helixtheme:
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
Install the ckanext-helixtheme Python package into your virtual environment:
pip install ckanext-helixtheme
Add helixtheme to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/production.ini).
Restart CKAN. For example if you’ve deployed CKAN with Apache on Ubuntu:
sudo service apache2 reload
Features
- Custom homepage design with background images
- Advanced search UI
- Community/Groups styling
- Publisher page UI customizations
- Dashboard translations
- Favorites popup styling
- Resource and facet styling
- Breadcrumb navigation
- Footer and header customizations
- Multi-language support (translations)