From 4e7a0d4c907e92e9b8079c158dfca3e2a4890572 Mon Sep 17 00:00:00 2001 From: Brit Butler Date: Sun, 28 Apr 2013 12:21:24 -0400 Subject: [PATCH] README tweaks. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e128875..9c15695 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,14 @@ Coleslaw aims to be flexible blog software suitable for replacing a single-user * Comments via Disqus * Analytics via Google * Hosting via Github Pages - * Deploying to Amazon S3. + * Deploying to Amazon S3 * Using LaTeX (inside pairs of $$) via Mathjax * Using ReStructured Text + * Sitemap generation * Importing posts from wordpress * There is also a [Heroku buildpack](https://github.com/jsmpereira/coleslaw-heroku) maintained by Jose Pereira. -* Example sites: [redlinernotes](http://redlinernotes.com/blog/) and [(lisp :is 'fun)](http://blub.co.za/). +* Example sites: [redlinernotes](http://redlinernotes.com/blog/), [Nothing Really Matters](http://ironhead.xs4all.nl/), and [(lisp :is 'fun)](http://blub.co.za/). ## Installation This software should be portable to any conforming Common Lisp implementation but this guide will assume SBCL is installed. Testing has also been done on CCL.