mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
Quartz sync: Oct 1, 2023, 1:06 AM
This commit is contained in:
parent
407fc31326
commit
869de73a38
@ -45,7 +45,7 @@ const config: QuartzConfig = {
|
||||
Plugin.FrontMatter(),
|
||||
Plugin.TableOfContents(),
|
||||
Plugin.CreatedModifiedDate({
|
||||
priority: ["frontmatter"], // you can add 'git' here for last modified from Git but this makes the build slower
|
||||
priority: ["git"], // you can add 'git' here for last modified from Git but this makes the build slower
|
||||
}),
|
||||
Plugin.SyntaxHighlighting(),
|
||||
Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user