summaryrefslogtreecommitdiffstats
path: root/src/config/seo.ts
blob: 98bccfc9e211f36feeaab15f146d90133a46fc59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import { t } from '@lingui/macro';

export const seo = {
  homepage: {
    title: t`Armand Philippot | Front-end developer`,
    description: t`Armand Philippot is a front-end developer located in France. He codes, he writes and he plays. Discover is website.`,
  },
  blog: {
    title: t`Blog: development, open source | Armand Philippot`,
    description: t`Discover Armand Philippot's writings. He talks about web development and open source mostly.`,
  },
};