blob: c5853e9465c9b27eda8355e624667bba37b93a9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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.`,
},
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.`,
},
};
|