mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 05:44:06 -06:00
Update quartz.layout.ts
This commit is contained in:
parent
88c6878091
commit
2c34c3631b
@ -48,18 +48,22 @@ export const defaultContentPageLayout: PageLayout = {
|
||||
// from data-repo
|
||||
repo: 'enneaa/giscus',
|
||||
// from data-repo-id
|
||||
repoId: 'R_kgDOOHb7aw',
|
||||
// from data-category
|
||||
repoId: 'R_kgDOOHb7aw',
|
||||
// from data-category
|
||||
category: 'Announcements',
|
||||
// from data-category-id
|
||||
categoryId: 'DIC_kwDOOHb7a84Cn6os',
|
||||
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)
|
||||
export const defaultListPageLayout: PageLayout = {
|
||||
export const defaultListPageLayout: PageLayout = {
|
||||
beforeBody: [Component.Breadcrumbs(), Component.ArticleTitle(), Component.ContentMeta()],
|
||||
left: [
|
||||
Component.PageTitle(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user