Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

Getting Started

solussd edited this page Apr 14, 2014 · 2 revisions

Clone github repository.

$ git clone git://github.com/liquidz/misaki.git
$ cd misaki

To run sample template.

$ lein run samples/blog

and access http://localhost:8080.

Make your own blog

Copy sample template.

$ cp -pir samples/blog your_blog

Run develop server.

$ lein run your_blog

Edit templates. Updated templates are compiled automatically, and you can preview at http://localhost:8080/ immediately.

$ vi your_blog/_template/index.html.clj

See also


Back to Home