This is a simple blog setup using Gatsby and MDX.
- Development:
yarn develop
-
Create a file within
content/posts
in the appropriate current year and month -
This file should have an MDX extension
-
The file must have a frontmatter section with the following fields:
title
date
-
Add the MDX content for the blog post
All mdx files with the .draft
extension will be skipped over for building the website.