Update quartz.layout.ts

This commit is contained in:
enneaa 2025-03-18 19:56:58 +08:00 committed by GitHub
parent a639166a78
commit da62170a33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,8 +61,8 @@ export const defaultContentPageLayout: PageLayout = {   
// from data-category-id
categoryId: 'DIC_kwDOOHb7a84Cn6os',
themeUrl: "https://enneaaa.netlify.app/static/giscus", // corresponds to quartz/static/giscus/
lightTheme: "light-theme", // corresponds to light-theme.css in quartz/static/giscus/
darkTheme: "dark-theme", // corresponds to dark-theme.css quartz/static/giscus/
lightTheme: "light", // corresponds to light-theme.css in quartz/static/giscus/
darkTheme: "dark", // corresponds to dark-theme.css quartz/static/giscus/ 
mapping: "title",
inputPosition: "bottom",
}