Hacker News new | ask | show | jobs
by constexpr 1952 days ago
It is also all custom: https://github.com/esbuild/esbuild.github.io. YAML files that get converted to plain static HTML pages. It's designed to work well without any JavaScript. Even the animated graphs on the home page are done without JavaScript.
1 comments

Why all that instead of just a normal static site generator? Doesn't seem easily expandable.