mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
Update quartz.layout.ts
This commit is contained in:
parent
823d5e2689
commit
0571e4964c
@ -60,6 +60,24 @@ export const defaultContentPageLayout: PageLayout = {
|
|||||||
inputPosition: "top",
|
inputPosition: "top",
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
|
Component.Comments({
|
||||||
|
provider: 'giscus',
|
||||||
|
options: {
|
||||||
|
// from data-repo
|
||||||
|
repo: 'CatMuse/CatMuse',
|
||||||
|
// from data-repo-id
|
||||||
|
repoId: 'R_kgDON1wDZg',
|
||||||
|
// from data-category
|
||||||
|
category: 'Announcements',
|
||||||
|
// from data-category-id
|
||||||
|
categoryId: 'DIC_kwDON1wDZs4Cmywd',
|
||||||
|
themeUrl: "https://www.catmuse.me/static/giscus", // corresponds to quartz/static/giscus/
|
||||||
|
lightTheme: "light", // corresponds to light-theme.css in quartz/static/giscus/
|
||||||
|
darkTheme: "dark", // corresponds to dark-theme.css quartz/static/giscus/
|
||||||
|
mapping: "pathname",
|
||||||
|
inputPosition: "top",
|
||||||
|
}
|
||||||
|
}),
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user