[obsidian] vault backup: 2024-02-08 15:53:17[

This commit is contained in:
2024-02-08 15:53:17 +09:00
parent f33c33c397
commit fb3038afca
4 changed files with 12 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ const config: QuartzConfig = {
transformers: [
Plugin.FrontMatter(),
Plugin.CreatedModifiedDate({
priority: ["git", "filesystem", "frontmatter"], // you can add 'git' here for last modified from Git but this makes the build slower
priority: [ "frontmatter","git",], // you can add 'git' here for last modified from Git but this makes the build slower
}),
Plugin.Latex({ renderEngine: "katex" }),
Plugin.SyntaxHighlighting(),