From: John Gabriele Date: 2006-07-10T23:08:17+09:00 Subject: Re: static website generation On 7/10/06, John Gabriele wrote: > On 7/10/06, Martin DeMello wrote: > > Anyone have a static site generation tool to recommend? I'm looking at > > webgen, which seems pretty good, but if there are other nice ones out > > there I'd like to spend a few days comparing them before diving in. > > > > martin > > I just write all my source in [Markdown][1] (processing it with > [BlueCloth][2]) and have a little script rummage through them > processing the ones that are newer than their generated html > counterparts. Actually, I should probably be using rake for that, but > am doing it manually at the moment. > > ---John Gah! [1]: http://daringfireball.net/projects/markdown/ [2]: http://www.deveiate.org/projects/BlueCloth