Update quartz.layout.ts

This commit is contained in:
enneaa 2025-03-18 20:15:39 +08:00 committed by GitHub
parent 4e56758bc4
commit a903a399c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ export const sharedPageComponents: SharedLayout = {  
}), }),
} }
// components for pages that display a single page (e.g. a single note)   // components for pages that display a single page (e.g. a single note)   
export const defaultContentPageLayout: PageLayout = {    export const defaultContentPageLayout: PageLayout = {   
beforeBody: [ beforeBody: [
// Component.Breadcrumbs(),  // Component.Breadcrumbs(), 
@ -28,7 +28,7 @@ export const defaultContentPageLayout: PageLayout = {   
Component.Flex({  Component.Flex({ 
components: [  components: [ 
{ {
Component: Component.Search(),  Component: Component.Search(),  
grow: true,  grow: true, 
}, },
{ Component: Component.Darkmode() },  { Component: Component.Darkmode() }, 
@ -60,7 +60,7 @@ export const defaultContentPageLayout: PageLayout = {   
category: 'Announcements', category: 'Announcements',
// from data-category-id // from data-category-id
categoryId: 'DIC_kwDOOHb7a84Cn6os',  categoryId: 'DIC_kwDOOHb7a84Cn6os', 
themeUrl: "https://www.catmuse.me/static/giscus",    themeUrl: "https://enneaa.netlify.app/static/giscus",     
lightTheme: "light", lightTheme: "light",
darkTheme: "dark",   darkTheme: "dark",  
mapping: "title", mapping: "title",