Skip to content

Commit 71b7d40

Browse files
feat: setup custom OG Image
1 parent 1388671 commit 71b7d40

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

src/content/index.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Home
3+
socialImage: "og-image.png"
34
tags:
45
- webinar
56
- computer-science
@@ -263,9 +264,6 @@ Here, once a week, we gather - tea in hand, curiosity online, engines engaged -
263264

264265
These sessions aren’t meant to be a class - nor a conference. No towering lecture halls. No rigid protocols. Just a warm, friendly café chat for inquisitive minds - to learn from one another, spark ideas, and build a cozy fellowship of computer enthusiasts.
265266

266-
Till we meet again, fellow travelers of logic… 🙌❤️☕
267-
268-
269-
270-
> [!tip] [Café CS](AboutUs) - More Than a Gathering. A Brewed Alliance.
267+
Till we meet again, fellow travelers of logic… 🙌❤️☕
271268

269+
> [!tip] [Café CS](AboutUs) - More Than a Gathering. A Brewed Alliance.

src/quartz.config.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,13 @@ const config: QuartzConfig = {
8888
Plugin.Static(),
8989
Plugin.Favicon(),
9090
Plugin.NotFoundPage(),
91-
// Comment out CustomOgImages to speed up build time
92-
Plugin.CustomOgImages(),
91+
Plugin.CustomOgImages({
92+
colorScheme: "lightMode",
93+
width: 1200,
94+
height: 630,
95+
excludeRoot: false,
96+
// imageStructure: defaultImage
97+
}),
9398
],
9499
},
95100
}

0 commit comments

Comments
 (0)