mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-14 12:14:42 +01:00
Add new skill and add link to skill
Signed-off-by: Arthur DANJOU <arthurdanjou@outlook.fr>
This commit is contained in:
3
types.ts
3
types.ts
@@ -1,4 +1,4 @@
|
||||
import type { MarkdownParsedContent, ParsedContent } from '@nuxt/content/dist/runtime/types'
|
||||
import type {MarkdownParsedContent, ParsedContent} from '@nuxt/content/dist/runtime/types'
|
||||
|
||||
export enum ColorsTheme {
|
||||
RED = 'red',
|
||||
@@ -106,6 +106,7 @@ export interface Skill extends ParsedContent {
|
||||
light: string
|
||||
}
|
||||
color: string
|
||||
link: string
|
||||
}
|
||||
|
||||
export const providers = [
|
||||
|
||||
Reference in New Issue
Block a user