keremkurtulus / netlifycms-nextjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

netlifycms with next.js proof of concept

How it works

Sites take their content from markdown files in /content. Two of pages (home and about) are referencing directly their respective markdown files.

Blog component loads all posts (during build!) and lists them out How to load multiple md files

Posts are separate static sites thanks to dynamically created export map. I took inspiration on how to do it from here

About


Languages

Language:JavaScript 91.9%Language:HTML 8.1%