Setup your new blog in just 5 minutes.


curl -fsSL bit.ly/easy-install-iojs | bash

npm install -g desi

git clone \
  https://github.com/DearDesi/desirae-blog-template.git \
  blog

pushd blog

git submodule add \
  https://github.com/DearDesi/ruhoh-twitter.git \
  themes/ruhoh-twitter

desi serve
            

Why Desi?


  • Built in JavaScript
    • Write content in Markdown, Jade, or HTML
    • Mustache Templates
    • Use ruhoh themes (or roll your own)
  • Build your blog right in your browser
  • Build headless with io.js (and node.js)
  • Use Git, Dropbox, or regular Folders for management
  • Dual Licensed Apache2 and MIT
  • No Ruby version Hell - it'll still work in 6 months! :-D

What are you waiting for?


Try it!