An opinionated starting point for Digital Garden content authoring.
npm install
npm run dev
Statically generated pages from MDX files that are not tied to the filesystem path
[slug].js
generates static paths usinggetStaticPaths
from all.mdx
files located in the specified directory (content/
by default).- The
getStaticProps
NextJS method passes the MDX content including front-matter (parsed with gray-matter) to the<PostPage />
component to be rendered. - The index or home page uses similar logic to generate a list of posts sorted by date.
- Support filesystem-based routing as an option
- Add some batteries-included examples
- Write a tutorial