importpostfrom'@/components/Post.js'exportdefaultpost({ title:'My New Post', slug:'my-new-post',// make sure this matches the directory name category:'new'// one of "new", "newsletter", "improvement", or "news"tags: ["receipts"],// an array of tags authors: ["team"],// an array of authors (see /content/authors) date:newDate("2024-11-07"), primaryImage:image,// optionally, an image imported to be used in opengraph embeds description:"This is a new post"// a short description of the post for opengraph embeds})#Post content goes here using either markdown or JSX
This file contains all of the authors that can be referenced in posts.