/blog-2k19

The source for my personal website!

Primary LanguageJavaScript

Matt Hamlin's Blog

This is a simple blog setup using Gatsby and MDX.

Getting Started

  • Development:
yarn develop

Creating a Blog Post

  • 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

Drafts

All mdx files with the .draft extension will be skipped over for building the website.