This code is the backend for ekadanta.co
It is a work in progress: an attempt to build a CMS-style thing out of Servant.
It's mostly for personal interest, so it may never be finished, but it's fun to work on.
The (eventual) goal is to share and document everything done in here.
- Implement media associated with posts.
- Add "prev/next" links for regular posts.
- Add projects section of site.
- Write tests for Backend.
- Write tests for frontend.