We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8094c94 commit a8c54afCopy full SHA for a8c54af
quartz.layout.ts
@@ -7,7 +7,22 @@ import { SimpleSlug } from "./quartz/util/path"
7
export const sharedPageComponents: SharedLayout = {
8
head: Component.Head(),
9
header: [],
10
- afterBody: [],
+ 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
+ ],
26
footer: Component.OwnFooter({
27
links: {
28
'Mail me': "mailto:[email protected]",
0 commit comments