init
Some checks failed
Build and Test / build-and-test (macos-latest) (push) Has been cancelled
Build and Test / build-and-test (ubuntu-latest) (push) Has been cancelled
Build and Test / build-and-test (windows-latest) (push) Has been cancelled
Build and Test / publish-tag (push) Has been cancelled
Docker build & push image / build (push) Has been cancelled

This commit is contained in:
Alan Daniels 2025-01-29 10:26:32 +11:00
parent 9da6725d90
commit b8787f05d6
4 changed files with 13 additions and 6 deletions

View file

@ -1 +1,10 @@
Hello? ---
title: Example Title
draft: false
tags:
- example-tag
date: 2025-01-10
---
Hello World!
[heres the todo](https://quartz.jzhao.xyz/authoring-content)

View file

@ -12,9 +12,7 @@ const config: QuartzConfig = {
pageTitleSuffix: "", pageTitleSuffix: "",
enableSPA: true, enableSPA: true,
enablePopovers: true, enablePopovers: true,
analytics: { analytics: null,
provider: "plausible",
},
locale: "en-US", locale: "en-US",
baseUrl: "quartz.jzhao.xyz", baseUrl: "quartz.jzhao.xyz",
ignorePatterns: ["private", "templates", ".obsidian"], ignorePatterns: ["private", "templates", ".obsidian"],

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long