From 0fa8ae55c52852c34c9143a6ec43c954c6404df1 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 15 Dec 2021 12:16:34 +0100 Subject: chore: retrieve posts list on blog page --- src/config/seo.ts | 4 ++++ src/config/website.ts | 1 + 2 files changed, 5 insertions(+) (limited to 'src/config') diff --git a/src/config/seo.ts b/src/config/seo.ts index afccfe5..98bccfc 100644 --- a/src/config/seo.ts +++ b/src/config/seo.ts @@ -5,4 +5,8 @@ export const seo = { 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.`, + }, }; diff --git a/src/config/website.ts b/src/config/website.ts index 41eb9d9..717b616 100644 --- a/src/config/website.ts +++ b/src/config/website.ts @@ -7,4 +7,5 @@ export const config = { startYear: '2012', endYear: new Date().getFullYear(), }, + postsPerPage: 10, }; -- cgit v1.2.3