From 12fda7ec8becee8e8802937a0feed5ea0dfba7bc Mon Sep 17 00:00:00 2001 From: LUCASTUCIOUS Date: Thu, 18 Jan 2024 12:17:53 +0100 Subject: [PATCH] Initial config --- quartz.config.ts | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/quartz.config.ts b/quartz.config.ts index fa08723..9a3e9e1 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -8,7 +8,7 @@ import * as Plugin from "./quartz/plugins" */ const config: QuartzConfig = { configuration: { - pageTitle: "🪴 Quartz 4.0", + pageTitle: "Fateforge", enableSPA: true, enablePopovers: true, analytics: { @@ -17,12 +17,12 @@ const config: QuartzConfig = { locale: "en-US", baseUrl: "quartz.jzhao.xyz", ignorePatterns: ["private", "templates", ".obsidian"], - defaultDateType: "created", + defaultDateType: "modified", theme: { fontOrigin: "googleFonts", cdnCaching: true, typography: { - header: "Schibsted Grotesk", + header: "Quintessential", body: "Source Sans Pro", code: "IBM Plex Mono", }, @@ -54,7 +54,9 @@ const config: QuartzConfig = { transformers: [ Plugin.FrontMatter(), Plugin.CreatedModifiedDate({ - priority: ["frontmatter", "filesystem"], + // you can add 'git' here for last modified from Git + // if you do rely on git for dates, ensure defaultDateType is 'modified' + priority: ["frontmatter", "filesystem", "git"], }), Plugin.SyntaxHighlighting({ theme: {