- Fork this repository to your own GitHub account and then clone it to your local device.
- Create a new branch (
git checkout -b YOUR_BRANCH_NAME). - Run
npm installto install dependencies. - Run
npm run devto start the project. - Navigate to http://localhost:3000/
- Copy YYYY-MM-DD-blog-post-template.mdx file and paste it in the blog folder.
- Rename the file accordingly by replacing the blog post date and slug.
- Update the blog post title.
- Add a sample
excerpton what the blog post is about. - Use Markdown syntax.
- Pick one or more tags that best categorise the blog post.
The template has some mocked text as well as an embedded image for you to get started.
- Create a folder matching the blog post mdx file name in assets/blog.
- Cover image should be 1000px width and 500px height and name it
cover.jpg. - Open graph image should be 200px width and 200px height and name it
og.jpg. - Make sure to give credit to the person/company you took the post cover image from.
- All external links will open in a new tab by default.
- All internal links will open in the same tab.