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

export const config = {
  name: 'Armand Philippot',
  baseline: t`Front-end developer`,
  copyright: {
    startYear: '2012',
    endYear: new Date().getFullYear(),
  },
  defaultLocale: 'fr',
  postsPerPage: 10,
};