From c93b586f8d1a18ece8757ae6959a0ef63099abac Mon Sep 17 00:00:00 2001 From: semanticdata Date: Wed, 1 Nov 2023 18:35:49 -0500 Subject: [PATCH] update --- quartz.config.ts | 2 +- quartz.layout.ts | 7 ++++--- quartz/styles/base.scss | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/quartz.config.ts b/quartz.config.ts index c589b27ec..8ea66ad8a 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -48,7 +48,7 @@ const config: QuartzConfig = { transformers: [ Plugin.FrontMatter(), Plugin.TableOfContents(), - // Plugin.CreatedModifiedDate({ priority: ["frontmatter", "filesystem"], }), + Plugin.CreatedModifiedDate({ priority: ["frontmatter", "filesystem"], }), Plugin.SyntaxHighlighting(), Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }), Plugin.GitHubFlavoredMarkdown(), diff --git a/quartz.layout.ts b/quartz.layout.ts index e418357ab..a820c5038 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -38,16 +38,17 @@ export const defaultContentPageLayout: PageLayout = { if (node.file) { node.displayName = "📄 " + node.displayName } - // else { node.displayName = "📁 " + node.displayName } + else { node.displayName = "📁 " + node.displayName } } }, } )), + Component.DesktopOnly(Component.TableOfContents()), // Component.RecentNotes(), ], right: [ Component.Graph(), - Component.DesktopOnly(Component.TableOfContents()), + // Component.DesktopOnly(Component.TableOfContents()), Component.Backlinks(), ], } @@ -62,4 +63,4 @@ export const defaultListPageLayout: PageLayout = { Component.Darkmode(), ], right: [], -} +} \ No newline at end of file diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss index e91a24118..4c60c70aa 100644 --- a/quartz/styles/base.scss +++ b/quartz/styles/base.scss @@ -1,7 +1,7 @@ @use "variables" as *; @use "syntax"; @use "callouts"; -@use "explorer"; +// @use "explorer"; html { scroll-behavior: smooth;