This commit is contained in:
@@ -142,6 +142,35 @@ export const config: Config = {
|
||||
url: "https://atri.dad",
|
||||
author: "Atridad Lahiji",
|
||||
},
|
||||
openGraph: {
|
||||
image: "/logo.png",
|
||||
type: "website",
|
||||
locale: "en_US",
|
||||
siteName: "Atridad Lahiji",
|
||||
},
|
||||
pageOpenGraph: {
|
||||
home: {
|
||||
title: "Atridad Lahiji",
|
||||
description:
|
||||
"Personal website of Atridad Lahiji - Researcher, Full-Stack Developer, and IT Professional",
|
||||
},
|
||||
posts: {
|
||||
title: "Blog Posts",
|
||||
description: "Thoughts and ramblings.",
|
||||
},
|
||||
projects: {
|
||||
title: "Projects",
|
||||
description: "Projects I'm working on.",
|
||||
},
|
||||
talks: {
|
||||
title: "Talks",
|
||||
description: "Conference talks and presentations by Atridad Lahiji",
|
||||
},
|
||||
resume: {
|
||||
title: "Resume",
|
||||
description: "My Resume and Resume Generator",
|
||||
},
|
||||
},
|
||||
giteaDomains: ["https://git.atri.dad"],
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user