Marco on Devio.us

yet another blog

Webby for ruby

2010-07-11 by Marco

Webby is doing nearly the same thing as blazeblogger and seems to be a better tol for me because it is fully build on ruby and using the whole stack of it. You can use multiple different templating engines and you have full rake support for deployment of the site. Perhaps there is although a nice and clean way to deploy the site directly ot S3 and CloudFront...

BasicTex on Mac

2010-05-01 by Marco, tagged as tex

I like to use LaTex as my typesetting application for my paperwork. I have a great template I can use to write letters with ease in no time. There are some Distributions available for the Mac. You can use BasicTex if the other distributions are too heavy for you.

Markdown with BlazeBlogger on Devio.us

2010-05-01 by Marco, tagged as markdown

I installed BlazeBlogger on my Devio.us-Account. After I was up and running I installed the Markdown-Script from John Gruber to use Markdown for my posts.

  1. Put the Markdown.pl in a folder in your home directory.
  2. Setup BlazeBlogger by setting core.processor to "Markdown.pl --html4tags %in% > %out%" and you are done
  3. Use blaze make to export the site again