ckanext-cob_theme
City of Boston CKAN theme based on brand guidelines designed by IDEO.
https://www.boston.gov/departments/innovation-and-technology/brand-guidelines
Requirements
Compatible with CKAN 2.3+
Install the ckanext-showcase extension.
Development Installation
Activate your CKAN virtual environment:
. /usr/lib/ckan/default/bin/activate
Download the ckanext-cob_theme github repository:
cd /usr/lib/ckan/default/src
git clone https://github.com/Ontodia/ckanext-cob_theme.git
Install the extension into your virtual environment:
cd ckanext-cob_theme
python setup.py develop
Add cob_theme to the ckan.plugins setting in your CKAN config file.
Restart CKAN.
API Documentation
The extension includes tools for generating API documentation using Sphinx.