export type PostMeta = { title: string, slug?: string, description?: string, html?: string, date: Date, tags?: string[], draft?: boolean };