You've already forked system-aspect
This commit is contained in:
2
.github/quartz/quartz.config.ts
vendored
2
.github/quartz/quartz.config.ts
vendored
@@ -6,6 +6,7 @@ const config: QuartzConfig = {
|
|||||||
pageTitle: "Prototype Aspect",
|
pageTitle: "Prototype Aspect",
|
||||||
enableSPA: false,
|
enableSPA: false,
|
||||||
enablePopovers: true,
|
enablePopovers: true,
|
||||||
|
analytics: null,
|
||||||
baseUrl: "peaceultime.com/static/obsidian",
|
baseUrl: "peaceultime.com/static/obsidian",
|
||||||
ignorePatterns: ["private", "templates", ".obsidian"],
|
ignorePatterns: ["private", "templates", ".obsidian"],
|
||||||
defaultDateType: "created",
|
defaultDateType: "created",
|
||||||
@@ -62,7 +63,6 @@ const config: QuartzConfig = {
|
|||||||
Plugin.TagPage(),
|
Plugin.TagPage(),
|
||||||
Plugin.ContentIndex({
|
Plugin.ContentIndex({
|
||||||
enableSiteMap: true,
|
enableSiteMap: true,
|
||||||
enableRSS: true,
|
|
||||||
}),
|
}),
|
||||||
Plugin.Assets(),
|
Plugin.Assets(),
|
||||||
Plugin.Static(),
|
Plugin.Static(),
|
||||||
|
|||||||
5
.github/quartz/quartz.layout.ts
vendored
5
.github/quartz/quartz.layout.ts
vendored
@@ -5,7 +5,9 @@ import * as Component from "./quartz/components"
|
|||||||
export const sharedPageComponents: SharedLayout = {
|
export const sharedPageComponents: SharedLayout = {
|
||||||
head: Component.Head(),
|
head: Component.Head(),
|
||||||
header: [],
|
header: [],
|
||||||
footer: [],
|
footer: Component.Footer({
|
||||||
|
links: null,
|
||||||
|
}),
|
||||||
}
|
}
|
||||||
|
|
||||||
// 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)
|
||||||
@@ -24,6 +26,7 @@ export const defaultContentPageLayout: PageLayout = {
|
|||||||
Component.DesktopOnly(Component.Explorer()),
|
Component.DesktopOnly(Component.Explorer()),
|
||||||
],
|
],
|
||||||
right: [
|
right: [
|
||||||
|
Component.Graph(),
|
||||||
Component.DesktopOnly(Component.TableOfContents()),
|
Component.DesktopOnly(Component.TableOfContents()),
|
||||||
Component.Backlinks(),
|
Component.Backlinks(),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user