Hacker News new | ask | show | jobs
by jason_slack 4378 days ago
what are you using? I'm looking at this now for my personal website. MDWiki looks interesting: http://dynalon.github.io/mdwiki/#!index.md
1 comments

I use (Harpjs)[http://harpjs.com/], it's a nodejs application. It can act as a web server serving static HTML or it can do live rendering of JADE files, MARKDOWN files, LESS files, etc., and comes with templating and yelding mechanism.

Bonus: it can compile any "dynamic"* site it can process to complete static HTML.

* quote, because it's still based on flat files, not on any kind of database.

Thanks!