This time it is Jekyll from Jekyllbootstrap on Github to which I have moved almost all of my private stuff now. Both wonderful and works more or less exactly as one would want. To create a new post it is as simple as

rake post title="New blog engine again"

and then edit the created file with emacs in markdown-mode. When done I call

git add.;git commit -m"Update site";git push

which I’ve created an alias for. Very easy and fits my writing habits perfectly.

Ack. Just noticed the preformatted blocks are no good to copy paste from. I guess I can just use the code blocks without syntax highlighting.

Generating a preview is as easy as

jekyll serve



Published

18 October 2014

Category

general

Tags