ckanext-tdp
The Data Place customisations for CKAN.
This CKAN extension contains all the default customisations for The Dataplace, provided on all CKAN instances they host.
Features
- The Dataplace flavoured styling, with customisable color and hero image
- Updated homepage layout, with dataset spotlight (most viewed, recently updated & added) and partner logos
- Modular CSS architecture loosely based on SMACSS, using PostCSS and PostCSS CLI
- PostCSS uses Sugarss syntax and linted with stylelint
- Source mapping enabled for debugging
Configuration
ckanext.tdp.stylesheet_name - default: “default”
ckanext.tdp.primary_colour - hex color for primary theme color
ckanext.tdp.hero_image_url - URL to hero image
Installation
- Install:
pip install ckanext-tdp
- Add
tdp to ckan.plugins
- Restart CKAN
License
AGPL-3.0