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

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