Update quartz.layout.ts

This commit is contained in:
enneaa 2025-03-14 20:50:50 +08:00 committed by GitHub
parent 3cc063857e
commit 6bcaaeee6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ export const sharedPageComponents: SharedLayout = {  
afterBody: [],
footer: Component.Footer({ 
links: {
GitHub: "https://github.com/enneaa",   
RSS: "https://enneaaa.netlify.app/feed.xml",   
"Scroll to top ↑": "#", 
},
}),
@ -33,8 +33,8 @@ export const defaultContentPageLayout: PageLayout = {   
{ Component: Component.Darkmode() }, 
],
}),
Component.DesktopOnly(Component.RecentNotes({ limit: 3, showTags: false })),
Component.Explorer(),     
Component.DesktopOnly(Component.RecentNotes({ limit: 15, showTags: false })),
// Component.Explorer(),     
],
right: [
Component.DesktopOnly(Component.TableOfContents()),     
@ -53,7 +53,7 @@ export const defaultListPageLayout: PageLayout = {    
Component.Search(),  
Component.Darkmode(),  
Component.DesktopOnly(Component.RecentNotes({ limit: 3, showTags: false })),
Component.Explorer(),    
// Component.Explorer(),    
],
right: [],
}