Simple
Shipped as a template on Leiningen, a Clojure build tool. No need to configure databases - it just works out of the box.
Static
Clear separation between your content and layouts makes for fuss free customization. CSS and JavaScript can be easily added.
Automated
Don't worry about linking up your posts or managing your sitemap and RSS feeds, Cryogen does it all.
Get Started in Seconds
- Install Leiningen or Clojure CLI with clj-new
- Create a new cryogen project
- Start the server and visit
localhost:3000
in your browser
Quick Start Guide
~ $ lein new cryogen my-blog # or: ~ $ clojure -X:new :template cryogen :name me.my-blog ~ $ cd *my-blog ~/my-blog $ lein serve Started server on port 3000