Hacker News new | ask | show | jobs
by mikkqu 3121 days ago
Maybe not the best place to ask, but is it known what engine is used behind his website?

I can assume it's probably something custom made? I like the way topics are structured, the navigation is clear, nice comment section.

Are there any known tools or service capable of building a full-featured website like this? Any good open source projects? (please no jokes about Wordpress)

5 comments

Yes, it looks like a Zurb site? (what ever that is) https://foundation.zurb.com/

If you're interested in the tech behind websites, then I recommend getting the Wappalyzer extension for your browser, It tells you what software is most-likely running on a specific website you're looking at.

Zurb Foundation is the inspiration for Bootstrap (some people would say it's a bit more than just the inspiration).
I don't know but it seems to break Vimium-FF navigation. None of the keyboard mappings work.
Probably something custom made with .NET Framework. Try the builtlwith extension.
You could do something like this with Jekyll, which is supported on GitHub pages. You'd need to put some work into it to get the same features Gatesnotes has, but the framework is there.