From 0e98dad0458adcc5fffcb40c03eb66f2790dcf14 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Wed, 27 Nov 2024 17:33:31 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D0=BB=20=D0=B3?= =?UTF-8?q?=D1=80=D0=B0=D1=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .quartz/quartz.layout.ts | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/.quartz/quartz.layout.ts b/.quartz/quartz.layout.ts index b2314bff..2cdf3911 100644 --- a/.quartz/quartz.layout.ts +++ b/.quartz/quartz.layout.ts @@ -46,34 +46,6 @@ export const defaultContentPageLayout: PageLayout = { Component.Darkmode(), ], right: [ - Component.DesktopOnly(Component.Graph({ - localGraph: { - drag: true, // whether to allow panning the view around - zoom: true, // whether to allow zooming in and out - depth: 1, // how many hops of notes to display - scale: 2, // default view scale - repelForce: 0.5, // how much nodes should repel each other - centerForce: 0.3, // how much force to use when trying to center the nodes - linkDistance: 30, // how long should the links be by default? - fontSize: 0.5, // what size should the node labels be? - opacityScale: 2, // how quickly do we fade out the labels when zooming out? - removeTags: [], // what tags to remove from the graph - showTags: false, // whether to show tags in the graph - }, - globalGraph: { - drag: true, - zoom: true, - depth: -1, - scale: 2, - repelForce: 0.5, - centerForce: 0.3, - linkDistance: 30, - fontSize: 0.5, - opacityScale: 1, - removeTags: [], // what tags to remove from the graph - showTags: false, // whether to show tags in the graph - }, - })), Component.DesktopOnly(Component.TableOfContents()), Component.DesktopOnly(Component.GithubSource(githubSourceConfig)), ],