From 4b89202f7e834cf8b5c5aa39e8f1778706492085 Mon Sep 17 00:00:00 2001
From: Ben Schlegel <31989404+benschlegel@users.noreply.github.com>
Date: Sun, 27 Aug 2023 22:59:51 +0000
Subject: [PATCH] cleanup: rework cli to allow invoking create and build outside of cli (#428)

---
 quartz.config.ts |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/quartz.config.ts b/quartz.config.ts
index 447039d..31d5bcf 100644
--- a/quartz.config.ts
+++ b/quartz.config.ts
@@ -10,7 +10,8 @@
       provider: "plausible",
     },
     baseUrl: "quartz.jzhao.xyz",
-    ignorePatterns: ["private", "templates"],
+    ignorePatterns: ["private", "templates", ".obsidian"],
+    defaultDateType: "created",
     theme: {
       typography: {
         header: "Schibsted Grotesk",

--
Gitblit v1.10.0