feat: add new site
This commit is contained in:
parent
53738961bb
commit
532a32db68
27 changed files with 1198 additions and 1328 deletions
13
src/types.ts
Normal file
13
src/types.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
export interface BlogPostFrontmatter {
|
||||
date: string;
|
||||
title: string;
|
||||
}
|
||||
|
||||
export interface BlogPostMeta extends BlogPostFrontmatter {
|
||||
href: string;
|
||||
}
|
||||
export interface Skill {
|
||||
name: string;
|
||||
years: number;
|
||||
started: number;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue