timwis / jkan

A lightweight, backend-free open data portal, powered by Jekyll
https://jkan.io
MIT License
219 stars 309 forks source link

Edit categories #90

Closed timwis closed 8 years ago

timwis commented 8 years ago

NOTE: Need to merge #87 first (this is a branch of components)

This pull request divides the /admin/ page into 4 tabs, including a Categories tab, allowing users to edit categories. It uses a _data/categories.yml file and supports a schema for categories.

Closes #69