This website showcases Next.js's Static Generation feature using Markdown files as the data source.
The main technologies used are:
$ git clone https://github.com/alfonsocartes/cartes_dev.git
$ cd cartes_dev
$ yarn
$ yarn devThis website uses Tailwind CSS. To control the generated stylesheet's filesize, this example uses Tailwind CSS' v2.0 purge option to remove unused CSS.
Special thanks to Lee Robinson for a great source of inspiration and sample code.