Browse Source

Readme extended

master
Christian Mueller 12 years ago
parent
commit
3c43a50373
  1. 1
      .gitignore
  2. 1
      Makefile
  3. 4
      README.md

1
.gitignore vendored

@ -7,3 +7,4 @@ pom.xml @@ -7,3 +7,4 @@ pom.xml
/classes/
.lein-*
.crossover-cljs
target/

1
Makefile

@ -5,4 +5,3 @@ run: @@ -5,4 +5,3 @@ run:
server:
lein cljsbuild auto &
redis-server &
java vimclojure.nailgun.NGServer

4
README.md

@ -1,3 +1,7 @@ @@ -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.

Loading…
Cancel
Save