This commit is contained in:
semanticdata 2023-11-01 18:35:49 -05:00
parent 558be14b55
commit c93b586f8d
3 changed files with 6 additions and 5 deletions

View File

@ -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(),

View File

@ -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(),
],
}

View File

@ -1,7 +1,7 @@
@use "variables" as *;
@use "syntax";
@use "callouts";
@use "explorer";
// @use "explorer";
html {
scroll-behavior: smooth;