This is fantastic news. I use Jekyll for many things, but was getting sick of it not supporting fenced code blocks in Markdown.<p>So I made the classic mistake and built a Node.js Jekyll clone -- there are a few other static site generators in Node, but none used the exact same file structure as Jekyll (unless I missed some, which is entirely possible).<p>It now handles most Jekyll sites I've tested, including Mojombo's:<p><a href="https://github.com/fortes/enfield" rel="nofollow">https://github.com/fortes/enfield</a><p>or<p>`npm install -g enfield`<p>Supports plugins as well. Patches welcome!