Add new skill and add link to skill

Signed-off-by: Arthur DANJOU <arthurdanjou@outlook.fr>
This commit is contained in:
2024-04-20 01:32:39 +02:00
parent 4574a7dccd
commit a29f6bc0f6
4 changed files with 58 additions and 25 deletions

View File

@@ -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 = [