Update quartz.layout.ts

This commit is contained in:
enneaa 2025-03-18 20:01:31 +08:00 committed by GitHub
parent da62170a33
commit fbdd9f33da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ export const defaultContentPageLayout: PageLayout = {   
// Component.Explorer(), // Component.Explorer(),
], ],
right: [ right: [
Component.DesktopOnly(Component.TagList()), Component.DesktopOnly(Component.TagList()), 
Component.DesktopOnly(Component.TableOfContents()), Component.DesktopOnly(Component.TableOfContents()),
Component.DesktopOnly(Component.Graph()), Component.DesktopOnly(Component.Graph()),
], ],
@ -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://enneaaa.netlify.app/static/giscus", // corresponds to quartz/static/giscus/ themeUrl: "https://enneaa.netlify.app/static/giscus", // corresponds to quartz/static/giscus/  
lightTheme: "light", // corresponds to light-theme.css in quartz/static/giscus/ lightTheme: "light", // corresponds to light-theme.css in quartz/static/giscus/
darkTheme: "dark", // corresponds to dark-theme.css quartz/static/giscus/  darkTheme: "dark", // corresponds to dark-theme.css quartz/static/giscus/ 
mapping: "title", mapping: "title",