Hacker News new | ask | show | jobs
by movedx 2473 days ago
Looks great! What static engine did you go with, if any?
1 comments

It's one I hand rolled in Node. It boils down to markdown for blog entries and handlebars for templates. Not exactly in vogue, but I've found the mix (with a little hacking around) very productive. The code is at https://github.com/qubyte/qubyte-codes if you're interested. :)