An open API service indexing awesome lists of open source software.

https://github.com/hamlim/blog-2k19

The source for my personal website!
https://github.com/hamlim/blog-2k19

gatsby gatsby-mdx hooks mdx personal-site react-hooks

Last synced: 3 months ago
JSON representation

The source for my personal website!

Awesome Lists containing this project

README

        

# Matt Hamlin's Blog

This is a simple blog setup using Gatsby and MDX.

### Getting Started

- Development:

```sh
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.