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!
- Host: GitHub
- URL: https://github.com/hamlim/blog-2k19
- Owner: hamlim
- Created: 2018-12-24T03:45:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T00:09:30.000Z (about 2 years ago)
- Last Synced: 2025-03-17T14:48:59.097Z (3 months ago)
- Topics: gatsby, gatsby-mdx, hooks, mdx, personal-site, react-hooks
- Language: JavaScript
- Homepage: https://matthamlin.me
- Size: 2.11 MB
- Stars: 4
- Watchers: 2
- 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.