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.