v1.0.3
Important hotfix
The latest version of Jekyll introduced themes, and apparently reserved the property theme in _config.yml. GitHub pages upgraded the version of Jekyll it uses to this version, and as a result, all JKAN builds were failing because JKAN uses the theme property internally. @patcon reported this issue and this patch fixes it.
Please upgrade immediately by going to the Maintenance section of Administration in your JKAN site. Until you upgrade, your JKAN site will still work, but editing content will not regenerate the site.
Hotfixes
- Rename
themetojkan_themein_config.ymlto fix build issues caused by GitHub Pages (#127)