Update quartz.layout.ts

This commit is contained in:
enneaa 2025-03-12 22:40:03 +08:00 committed by GitHub
parent 88c6878091
commit 2c34c3631b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(),