summaryrefslogtreecommitdiffstats
path: root/src/config/seo.ts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-01-29 19:03:59 +0100
committerArmand Philippot <git@armandphilippot.com>2022-01-29 19:03:59 +0100
commit8fb5e4ef3ae925ebc6622711fb5c8c6147642cbc (patch)
tree9e99137a7b64ea7993a8311a7162336a551be8b2 /src/config/seo.ts
parent2bae7c43764df5678fe2fc2e68be11ae95d85a41 (diff)
parente4d5b8151802517b2943756fc0d09ffa95e2c4e2 (diff)
feat(i18n): replace linguijs with formatjs
Diffstat (limited to 'src/config/seo.ts')
-rw-r--r--src/config/seo.ts33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/config/seo.ts b/src/config/seo.ts
deleted file mode 100644
index 3ff08b6..0000000
--- a/src/config/seo.ts
+++ /dev/null
@@ -1,33 +0,0 @@
-import { t } from '@lingui/macro';
-import { config } from './website';
-
-export const seo = {
- homepage: {
- title: t`${config.name} | Front-end developer: WordPress/React`,
- description: t`${config.name} is a front-end developer located in France. He codes and he writes mostly about web development and open-source.`,
- },
- blog: {
- title: t`Blog: development, open source - ${config.name}`,
- description: t`Discover ${config.name}'s writings. He talks about web development, Linux and open source mostly.`,
- },
- cv: {
- title: t`CV Front-end developer - ${config.name}`,
- description: t`Discover the curriculum of ${config.name}, front-end developer located in France: skills, experiences and training.`,
- },
- contact: {
- title: t`Contact form - ${config.name}`,
- description: t`Contact ${config.name} through its website. All you need to do it's to fill the contact form.`,
- },
- legalNotice: {
- title: t`Legal notice - ${config.name}`,
- description: t`Discover the legal notice of ${config.name}'s website.`,
- },
- error404: {
- title: t`Error 404: Page not found - ${config.name}`,
- description: '',
- },
- projects: {
- title: t`Projects: open-source makings - ${config.name}`,
- description: t`Discover ${config.name} projects. Mostly related to web development and open source.`,
- },
-};