ckanext-standard
A standard CSS theme extension for CKAN.
This extension provides a basic standard theme with custom CSS styling for CKAN instances. It is built on Bootstrap and includes CKAN-specific styling adjustments.
Note: This repository has no README content. The extension contains CSS files and basic CKAN theme configuration.
Requirements
Installation
To install ckanext-standard:
- Activate your CKAN virtual environment.
- Clone the source and install it:
git clone https://github.com/okfn/ckanext-standard.git
cd ckanext-standard
pip install -e .
- Add
standard to the ckan.plugins setting in your CKAN config file.
- Restart CKAN.
License
AGPL-3.0