mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-20 11:24:05 -06:00
Update quartz.layout.ts
This commit is contained in:
parent
2caffffe05
commit
ea0fbc9014
@ -9,13 +9,13 @@ export const sharedPageComponents: SharedLayout = {
|
|||||||
afterBody: [],
|
afterBody: [],
|
||||||
footer: Component.Footer({
|
footer: Component.Footer({
|
||||||
links: {
|
links: {
|
||||||
RSS: "https://enneaa.netlify.app/feed.xml",
|
RSS: "https://enneaa.pages.dev/feed.xml",
|
||||||
"Scroll to top ↑": "#",
|
"Scroll to top ↑": "#",
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
|
|
||||||
// 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(),
|
||||||
@ -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.pages.dev/static/giscus",
|
||||||
lightTheme: "light",
|
lightTheme: "light",
|
||||||
darkTheme: "dark",
|
darkTheme: "dark",
|
||||||
mapping: "title",
|
mapping: "title",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user