ckanext-statictheme
A static CKAN theme extension for customizing the visual appearance of CKAN instances.
This extension was originally developed as ckanext-theme4chem by TIB Hannover for the NFDI4Chem (National Research Data Infrastructure for Chemistry) project. The repository has been renamed from ckanext-statictheme to ckanext-theme4chem.
Features
- Static HTML/CSS theme customizations for CKAN
- Custom template overrides
- Branding and styling for research data portals
- Integration with NFDI4Chem infrastructure
Requirements
Installation
To install ckanext-statictheme:
- Activate your CKAN virtual environment.
- Clone the source and install it:
git clone https://github.com/bhavin2897/ckanext-statictheme.git
cd ckanext-statictheme
pip install -e .
pip install -r requirements.txt
- Add
statictheme to the ckan.plugins setting in your CKAN config file.
- Restart CKAN.
Note: This repository redirects to TIBHannover/ckanext-theme4chem.
License
AGPL-3.0