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: 4 months ago
JSON representation
The source for my personal website!
- Host: GitHub
- URL: https://github.com/hamlim/blog-2k19
- Owner: hamlim
- Created: 2018-12-24T03:45:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2026-02-24T13:25:11.000Z (4 months ago)
- Last Synced: 2026-02-24T18:33:29.463Z (4 months ago)
- Topics: gatsby, gatsby-mdx, hooks, mdx, personal-site, react-hooks
- Language: MDX
- Homepage: https://matthamlin.me
- Size: 5.23 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
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.