Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 525 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 525 Bytes

Simple Servant Blog

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.

Tutorial

The (eventual) goal is to share and document everything done in here.

ToDo

  • 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.