From 3c43a5037397d5bab798f94294bc3aa9fe8752be Mon Sep 17 00:00:00 2001 From: Christian Mueller Date: Wed, 18 Sep 2013 21:27:06 +0200 Subject: [PATCH] Readme extended --- .gitignore | 1 + Makefile | 1 - README.md | 4 ++++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a977bfb..b7de877 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ pom.xml /classes/ .lein-* .crossover-cljs +target/ diff --git a/Makefile b/Makefile index 453bcff..c713b57 100644 --- a/Makefile +++ b/Makefile @@ -5,4 +5,3 @@ run: server: lein cljsbuild auto & redis-server & - java vimclojure.nailgun.NGServer diff --git a/README.md b/README.md index d976d01..0c23556 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +## News + + - September 2013: Solarized color theme [added](https://github.com/chmllr/NoteHub/pull/4) (thanks Brandon!) ([Demo](http://notehub.org/2012/6/16/how-notehub-is-built?theme=solarized)) + ## About [NoteHub](http://notehub.org) is a free and hassle-free anonymous hosting for markdown pages. It can be used for publishing of markdown-formatted texts.