Configure Quartz for production
This commit is contained in:
@@ -8,8 +8,7 @@ export const sharedPageComponents: SharedLayout = {
|
||||
afterBody: [],
|
||||
footer: Component.Footer({
|
||||
links: {
|
||||
GitHub: "https://github.com/jackyzha0/quartz",
|
||||
"Discord Community": "https://discord.gg/cRFFHYye7t",
|
||||
// Add your custom links here
|
||||
},
|
||||
}),
|
||||
}
|
||||
@@ -41,6 +40,12 @@ export const defaultContentPageLayout: PageLayout = {
|
||||
Component.Explorer(),
|
||||
],
|
||||
right: [
|
||||
Component.RecentNotes({
|
||||
title: "Recent Posts",
|
||||
limit: 5,
|
||||
filter: (page) => page.slug?.startsWith("blog/") ?? false,
|
||||
linkToMore: "blog" as any,
|
||||
}),
|
||||
Component.Graph(),
|
||||
Component.DesktopOnly(Component.TableOfContents()),
|
||||
Component.Backlinks(),
|
||||
|
||||
Reference in New Issue
Block a user