ckanext-tolltheme
A CKAN theme extension for Tolletaten (Norwegian Customs). This extension provides customized visual styling and branding for the Tolletaten CKAN data portal.
Features
- Custom theme and visual styling for Norwegian Customs data portal
- Configurable dataset filters
- Custom site logo support
- Designed for CKAN 2.8
Requirements
Installation
Install the extension:
pip install -e git+https://github.com/toll/ckanext-tolltheme.git#egg=ckanext-tolltheme
Add tolltheme to your CKAN plugins:
ckan.plugins = tolltheme
Configuration
# Configure dataset filters
tolltheme.dataset.filters = ...
# Configure site logo
ckan.site_logo = /path/to/logo.png
License
AGPL-3.0