ckanext-frontpage
CKAN extension for managing and customizing the CKAN frontpage. Allows administrators to control the frontpage content with support for HTML editing and a configurable editor.
Installation
git clone https://github.com/merkelct/ckanext-frontpage.git
cd ckanext-frontpage
python setup.py develop
Add frontpage to the ckan.plugins setting.
Configuration
# Allow HTML content in the frontpage
ckanext.frontpage.allow_html = true
# Configure the editor type
ckanext.frontpage.editor = ckeditor
Info
By merkelct.