Hacker News new | ask | show | jobs
by alexkadis 3257 days ago
It looks like some Node.js static site generator.

- The URL structure doesn't seem to be dynamic. For instance, https://machinelearning.apple.com/2017/ doesn't give a list of all articles from 2017, just a response of "Not found" (at least it gives a 404 error, so that's nice).

- The js files make extensive use of `require()` which is often used by Node.js developers http://fredkschott.com/post/2014/06/require-and-the-module-s...