Fork me on GitHub

Running sample

$ git clone git://github.com/liquidz/misaki.git
$ cd misaki
$ lein run samples/blog

Access http://localhost:8080

Make your own blog

Copy sample directory.

$ cp -pir samples/blog your_blog

Run develop server.

$ lein run your_blog

If you want to do compiling only, use --compile option.

$ lein run your_blog --compile

Edit templates. If you update template files, misaki will compile them automatically, and you can preview at http://localhost:8080 immediately.

$ vi your_blog/templates/index.html.clj

See also..

Top Page  |  Directory Structure »