From b7b189a82c4ab1adc2a988995c81660a1b99441f Mon Sep 17 00:00:00 2001 From: root Date: Tue, 20 Jan 2026 00:47:15 -0800 Subject: [PATCH] Add submodule for notes --- .gitmodules | 3 +++ quartz/content | 1 + quartz/content/index.md | 6 ------ 3 files changed, 4 insertions(+), 6 deletions(-) create mode 100644 .gitmodules create mode 160000 quartz/content delete mode 100644 quartz/content/index.md diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4b7d538 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "quartz/content"] + path = quartz/content + url = https://git.ryanpandya.com/ryan/notes.git diff --git a/quartz/content b/quartz/content new file mode 160000 index 0000000..07bb3f1 --- /dev/null +++ b/quartz/content @@ -0,0 +1 @@ +Subproject commit 07bb3f1cbcd87eb9f1bcb180043c3e1c3ef760a7 diff --git a/quartz/content/index.md b/quartz/content/index.md deleted file mode 100644 index 2bdfd83..0000000 --- a/quartz/content/index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Welcome to Quartz ---- - -This is a blank Quartz installation. -See the [documentation](https://quartz.jzhao.xyz) for how to get started.