mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
Update quartz.layout.ts
This commit is contained in:
parent
493cef8c67
commit
67bf260847
@ -41,7 +41,25 @@ export const defaultContentPageLayout: PageLayout = {
|
|||||||
Component.Backlinks(),
|
Component.Backlinks(),
|
||||||
Component.Graph(),
|
Component.Graph(),
|
||||||
],
|
],
|
||||||
afterBody: [],
|
afterBody: [
|
||||||
|
Component.Comments({
|
||||||
|
provider: 'giscus',
|
||||||
|
options: {
|
||||||
|
// from data-repo
|
||||||
|
repo: 'enneaa/giscus',
|
||||||
|
// from data-repo-id
|
||||||
|
repoId: 'R_kgDOOHb7aw',
|
||||||
|
// from data-category
|
||||||
|
category: 'Announcements',
|
||||||
|
// from data-category-id
|
||||||
|
categoryId: 'DIC_kwDOOHb7a84Cn6os',
|
||||||
|
themeUrl: "https://enneaaa.netlify.app/static/giscus",
|
||||||
|
lightTheme: "light-theme",
|
||||||
|
darkTheme: "dark-theme",
|
||||||
|
inputPosition: "top",
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
// components for pages that display lists of pages (e.g. tags or folders)
|
// components for pages that display lists of pages (e.g. tags or folders)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user