Skip to content

hamlim/blog-2k19

Repository files navigation

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.

Releases

No releases published

Packages

No packages published