diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-12-15 19:11:59 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-12-15 19:23:54 +0100 |
| commit | 3760b757f8fd35eafc340a43f7980ab954413f4e (patch) | |
| tree | 3342bd1abbfa72df157d609c510a6207c5949a23 /src/config/seo.ts | |
| parent | 102121498b45ef221191401f6216260f072f78a9 (diff) | |
chore: create CV view
Diffstat (limited to 'src/config/seo.ts')
| -rw-r--r-- | src/config/seo.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config/seo.ts b/src/config/seo.ts index 98bccfc..c5853e9 100644 --- a/src/config/seo.ts +++ b/src/config/seo.ts @@ -9,4 +9,8 @@ export const seo = { title: t`Blog: development, open source | Armand Philippot`, description: t`Discover Armand Philippot's writings. He talks about web development and open source mostly.`, }, + cv: { + title: t`CV Front-end developer | Armand Philippot`, + description: t`Discover the curriculum of Armand Philippot, front-end developer located in France: skills, experiences and training.`, + }, }; |
