initial commit
This commit is contained in:
commit
d799808203
126 changed files with 16265 additions and 0 deletions
14
types/PostFrontMatter.ts
Normal file
14
types/PostFrontMatter.ts
Normal file
|
@ -0,0 +1,14 @@
|
|||
export type PostFrontMatter = {
|
||||
title: string
|
||||
date: string
|
||||
tags: string[]
|
||||
lastmod?: string
|
||||
draft?: boolean
|
||||
summary?: string
|
||||
images?: string[]
|
||||
authors?: string[]
|
||||
layout?: string
|
||||
canonicalUrl?: string
|
||||
slug: string
|
||||
fileName: string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue