http://jarvis2i2vp4j4tbxjogsnqdemnte5xhzyi7hziiyzxwge3hzmh57zad.onion/notes/hugo-to-nextjs
By the end of the Hugo chapter, I was using a cornucopia of build tools behind the scenes to keep everything glued together: Webpack , Gulp , esbuild , Babel , Terser , PostCSS , node-sass , imagemin … That’s a lot of JavaScript tooling for a site that’s allegedly avoiding JavaScript at all costs, and realizing this let me finally give myself permission to go all-in. Enter Next.js , which caught my eye over other JS-centric SSGs (like Gatsby , 11ty , or Hexo ) because it sounded like the...