Skip to content

Commit b54c26c

Browse files
committed
vault backup: 2026-02-24 23:26:35
1 parent 1685fcb commit b54c26c

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

quartz.layout.ts

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,22 @@ import * as Component from "./quartz/components"
55
export const sharedPageComponents: SharedLayout = {
66
head: Component.Head(),
77
header: [],
8-
afterBody: [],
8+
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+
],
924
footer: Component.Footer({
1025
links: {
1126
GitHub: "https://github.com/jackyzha0/quartz",

0 commit comments

Comments
 (0)