We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1685fcb commit b54c26cCopy full SHA for b54c26c
1 file changed
quartz.layout.ts
@@ -5,7 +5,22 @@ import * as Component from "./quartz/components"
5
export const sharedPageComponents: SharedLayout = {
6
head: Component.Head(),
7
header: [],
8
- afterBody: [],
+ afterBody: [
9
+ Component.Comments({
10
+ provider: "giscus",
11
+ options: {
12
+ repo: "sysu-remajor/sysu-remajor.github.io",
13
+ repoId: "R_kgDORXtNOw",
14
+ category: "Announcements",
15
+ categoryId: "DIC_kwDORXtNO84C3Hpl",
16
+ mapping: "pathname",
17
+ strict: false,
18
+ reactionsEnabled: true,
19
+ inputPosition: "top",
20
+ lang: "zh-CN",
21
+ },
22
+ }),
23
+ ],
24
footer: Component.Footer({
25
links: {
26
GitHub: "https://github.com/jackyzha0/quartz",
0 commit comments