Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.66 KB

index.rst

File metadata and controls

57 lines (43 loc) · 1.66 KB

Theming

2.0 The CKAN frontend was completely rewritten for CKAN 2.0, so most of the tutorials below don't apply to earlier versions of CKAN.

The CKAN web interface's HTML, CSS and JavaScript are fully customizable by creating a CKAN theme. The tutorials below will show you how to develop your own custom CKAN theme.

/getting-started

If you just want to do some simple customizations such as changing the title of your CKAN site, or making some small CSS customizations, /getting-started documents some simple configuration settings you can use.

Note

Before you can start developing a CKAN theme, you’ll need a working source install of CKAN on your system. If you don't have a CKAN source install already, follow the instructions in /install-from-source before continuing.

Note

CKAN theme development is a technical topic, for web developers. The tutorials below assume basic knowledge of:

We also recommend familiarizing yourself with:

templates static-files css fanstatic javascript best-practices jinja-tags variables-and-functions template-helper-functions template-snippets