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.