From 94ce0883e7fbf38252377af2f144c971a2ff591b Mon Sep 17 00:00:00 2001
From: Ben Schlegel <31989404+benschlegel@users.noreply.github.com>
Date: Thu, 24 Aug 2023 19:28:06 +0000
Subject: [PATCH] style: integrate tertiary color to text-select (#413)
---
quartz.config.ts | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/quartz.config.ts b/quartz.config.ts
index bd7abfb..64e86dc 100644
--- a/quartz.config.ts
+++ b/quartz.config.ts
@@ -11,6 +11,7 @@
},
baseUrl: "quartz.jzhao.xyz",
ignorePatterns: ["private", "templates"],
+ defaultDateType: "created",
theme: {
typography: {
header: "Schibsted Grotesk",
@@ -66,7 +67,7 @@
enableSiteMap: true,
enableRSS: true,
}),
- Plugin.Assets({ attachmentsFolder: "attachments" }),
+ Plugin.Assets(),
Plugin.Static(),
],
},
--
Gitblit v1.10.0