Personal Blog site of Anil Seervi.
- Create a new folder with the name being the route for the blog post
- Create a index file with
.md
or.mdx
extension with following required frontmatter values:
title: "Title of the blog post"
date: "Date of the blog post in YYYY-MM-DD or ISO format"
description: "Description of the blog post"
ogThumb: relative url to the image
-
ogThumb
is the image that will be used for the og:image meta tag and is required.- File name :
ogThumb.png
- Size: 1200x630
- Type: image/png
- File name :