Start Blogging With Octopress
Old days
All files of Wordpress were in
server side, whenever I want to make changes, I had to ssh
to my remote machine.
I use a Linode VPS shared by some
friends, sometimes, tragedies like "failed to start-up after reboot",
"system needs to be re-installed" happened. I didn't want to lose any
file, so, I relied on git, after
changes were made directly on server, git pull
on my
Macbook Pro would get all things backed up locally.
To write posts, I used Wordpress editor at first, but it sucked, I like leaving one blank line between every paragraph, it couldn't.
I tried org-mode
by using "org2blog" package, since I
use Emacs a lot, it was
an amazing writing experience. But when my blog post became long, and
with lots of code snippets, problem occurred, Emacs ate up all CPU
resources making system hung during org2blog-post-buffer
occasionally.