timestamp
All checks were successful
Build / build (push) Successful in 4m26s

This commit is contained in:
Tomoya Matsuura(MacBookPro) 2024-02-05 02:46:34 +09:00
parent 9a8bd6b00c
commit 8d80ff7897

View File

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