Next.js can statically render all your pages at build time which means no processing at request time. This also allows you host your site in any site that allows static only pages. Learn how we did this for Maffin Blog
Github issues provide a way to edit and store content in markdown. Learn how to use them as a CMS for your Next.js blog using Octokit, remark and rehype.