mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 15:05:42 -05:00
update
This commit is contained in:
parent
558be14b55
commit
c93b586f8d
@ -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(),
|
||||
|
||||
@ -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: [],
|
||||
}
|
||||
}
|
||||
@ -1,7 +1,7 @@
|
||||
@use "variables" as *;
|
||||
@use "syntax";
|
||||
@use "callouts";
|
||||
@use "explorer";
|
||||
// @use "explorer";
|
||||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user