From 2bbb31f7242526237d18446e620951714cd6576f Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Tue, 29 Oct 2024 19:30:49 +0100 Subject: [PATCH] Quartz sync: Oct 29, 2024, 7:30 PM --- quartz.config.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/quartz.config.ts b/quartz.config.ts index 704a292..fbee8e0 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -19,7 +19,7 @@ const config: QuartzConfig = { locale: "en-US", baseUrl: "wiki.ryankes.eu", ignorePatterns: ["private", "templates", ".obsidian"], - defaultDateType: "modified", + defaultDateType: "created", theme: { fontOrigin: "googleFonts", cdnCaching: true, @@ -57,7 +57,9 @@ const config: QuartzConfig = { plugins: { transformers: [ Plugin.FrontMatter(), - Plugin.CreatedModifiedDate({}), + Plugin.CreatedModifiedDate({ + priority: ["frontmatter", "filesystem"], + }), Plugin.SyntaxHighlighting({ theme: { light: "github-light",