infiniteluke / next-static

A simple static blog powered by next.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate using an actual md file with front matter

infiniteluke opened this issue · comments

Currently posts are authored in a js file inside of a template literal. I'm ok with this, but I'm sure others would prefer a plain md file with front-matter. The benefit of having it in a js file is you get HMR for free.

processmd is an option