Why are we using Gatsby for TypeScript’s new Website? The TypeScript v1 site is a Jekyll website, and Jekyll packs a lot of power into a small tool. Jekyll is really great way to build static websites, but it’s built to work for small-medium sized websites of around 1-20 pages. You can feel the scope by how they treat templating (liquid, which is a sandbox’d logic-less templating engine), how they

