initial commit
This commit is contained in:
commit
d799808203
126 changed files with 16265 additions and 0 deletions
11
types/AuthorFrontMatter.ts
Normal file
11
types/AuthorFrontMatter.ts
Normal file
|
@ -0,0 +1,11 @@
|
|||
export type AuthorFrontMatter = {
|
||||
layout?: string
|
||||
name: string
|
||||
avatar: string
|
||||
occupation: string
|
||||
company: string
|
||||
email: string
|
||||
twitter: string
|
||||
linkedin: string
|
||||
github: string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue