mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 06:44:07 -06:00
Update quartz.layout.ts
This commit is contained in:
parent
7218002e75
commit
2efd420cd4
@ -41,25 +41,6 @@ export const defaultContentPageLayout: PageLayout = {
|
|||||||
Component.DesktopOnly(Component.TableOfContents()),
|
Component.DesktopOnly(Component.TableOfContents()),
|
||||||
Component.Backlinks(),
|
Component.Backlinks(),
|
||||||
],
|
],
|
||||||
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