Mike Valstar
When coding an RSS feed for this site I saw that there really was no simple RSS templates written in jade. (Specifically since this site uses the Express framework, jade is already built in. ) I decided to create a jade template that will cover just about anyones needs for an RSS feed.

With the admin login page completed we now need a list of blog entries and a way to create and edit them. So to start lets give ourselves an admin interface for blog posts that we can later integrate into the main website.