Skip to content

Commit a8c54af

Browse files
committed
Quartz sync: Apr 18, 2025, 2:53 PM
1 parent 8094c94 commit a8c54af

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

quartz.layout.ts

+16-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,22 @@ import { SimpleSlug } from "./quartz/util/path"
77
export const sharedPageComponents: SharedLayout = {
88
head: Component.Head(),
99
header: [],
10-
afterBody: [],
10+
afterBody: [
11+
Component.NoPrivateOnly(Component.Comments({
12+
provider: "giscus",
13+
options: {
14+
// from data-repo
15+
repo: 'dnbln/notes',
16+
// from data-repo-id
17+
repoId: 'R_kgDOLXjHig',
18+
// from data-category
19+
category: 'Posts',
20+
// from data-category-id
21+
categoryId: 'DIC_kwDOLXjHis4CpOt-',
22+
mapping: 'og:title',
23+
},
24+
}))
25+
],
1126
footer: Component.OwnFooter({
1227
links: {
1328
'Mail me': "mailto:[email protected]",

0 commit comments

Comments
 (0)