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",
|
||||
enableSPA: false,
|
||||
enablePopovers: true,
|
||||
analytics: null,
|
||||
baseUrl: "peaceultime.com/static/obsidian",
|
||||
ignorePatterns: ["private", "templates", ".obsidian"],
|
||||
defaultDateType: "created",
|
||||
@@ -62,7 +63,6 @@ const config: QuartzConfig = {
|
||||
Plugin.TagPage(),
|
||||
Plugin.ContentIndex({
|
||||
enableSiteMap: true,
|
||||
enableRSS: true,
|
||||
}),
|
||||
Plugin.Assets(),
|
||||
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 = {
|
||||
head: Component.Head(),
|
||||
header: [],
|
||||
footer: [],
|
||||
footer: Component.Footer({
|
||||
links: null,
|
||||
}),
|
||||
}
|
||||
|
||||
// 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()),
|
||||
],
|
||||
right: [
|
||||
Component.Graph(),
|
||||
Component.DesktopOnly(Component.TableOfContents()),
|
||||
Component.Backlinks(),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user