nathamanath / blog

Sinatra based blogging app

Home Page:http://blog.nathansplace.co.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog backend

Blog app originally based on demo project in 'Sinatra up and running' book. It is now a REST api serving content my blog client app.

I have also added:

  • test coverage
  • next / prev article links
  • code syntax highlighting
  • caching with memcache
  • sprockets intergration for article assets
  • Docker setup
  • published state on articles
  • articles published by created_at date

You can see it running here: blog.nathansplace.co.uk

TODO:

  • paginate articles
  • related articles
  • tags
  • article names unique per year
  • better use of memcached
  • toc links within articles

About

Sinatra based blogging app

http://blog.nathansplace.co.uk


Languages

Language:JavaScript 79.1%Language:Ruby 16.0%Language:CSS 3.6%Language:HTML 0.9%Language:Makefile 0.4%