aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/seo.ts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2021-12-15 12:16:34 +0100
committerArmand Philippot <git@armandphilippot.com>2021-12-15 17:06:55 +0100
commit0fa8ae55c52852c34c9143a6ec43c954c6404df1 (patch)
tree32c5421025591386632c50200ce6bed3ce6e62b7 /src/config/seo.ts
parent15d247cb0d52d9c091fa040fe1d9d45e9e506050 (diff)
chore: retrieve posts list on blog page
Diffstat (limited to 'src/config/seo.ts')
-rw-r--r--src/config/seo.ts4
1 files changed, 4 insertions, 0 deletions
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.`,
+ },
};