A fast static blog engine.
sh nail new my-blog # create blog cd my-blog # enter blog directory nail post new "Hello World" # create new post nail dev # serve blog locally nail build # build blog for production