From f5eb12a16ded1b25cdc5e03942a44ae58a9b9c93 Mon Sep 17 00:00:00 2001 From: harper Date: Mon, 4 May 2026 05:29:53 -0700 Subject: [PATCH] Last Sync: 2026-05-04 05:29 (Mobile) --- content/index.md | 1 + docs/authoring content.md | 2 +- docs/build.md | 2 +- docs/setting up your GitHub repository.md | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 content/index.md diff --git a/content/index.md b/content/index.md new file mode 100644 index 0000000..95d09f2 --- /dev/null +++ b/content/index.md @@ -0,0 +1 @@ +hello world \ No newline at end of file diff --git a/docs/authoring content.md b/docs/authoring content.md index 623357f..1fb4da8 100644 --- a/docs/authoring content.md +++ b/docs/authoring content.md @@ -2,7 +2,7 @@ title: Authoring Content --- -All of the content in your Quartz should go in the `/content` folder. The content for the home page of your Quartz lives in `content/index.md`. If you've [[index#🪴 Get Started|setup Quartz]] already, this folder should already be initialized. Any Markdown in this folder will get processed by Quartz. +All of the content in your Quartz should go in the `/content` folder. The content for the home page of your Quartz lives in `content/index.md`. If you've [[egf/docs/index#🪴 Get Started|setup Quartz]] already, this folder should already be initialized. Any Markdown in this folder will get processed by Quartz. It is recommended that you use [Obsidian](https://obsidian.md/) as a way to edit and maintain your Quartz. It comes with a nice editor and graphical interface to preview, edit, and link your local files and attachments. diff --git a/docs/build.md b/docs/build.md index 6005770..8d985bf 100644 --- a/docs/build.md +++ b/docs/build.md @@ -2,7 +2,7 @@ title: "Building your Quartz" --- -Once you've [[index#🪴 Get Started|initialized]] Quartz, let's see what it looks like locally: +Once you've [[egf/docs/index#🪴 Get Started|initialized]] Quartz, let's see what it looks like locally: ```bash npx quartz build --serve diff --git a/docs/setting up your GitHub repository.md b/docs/setting up your GitHub repository.md index 2a753e8..f8a51d0 100644 --- a/docs/setting up your GitHub repository.md +++ b/docs/setting up your GitHub repository.md @@ -2,7 +2,7 @@ title: Setting up your GitHub repository --- -First, make sure you have Quartz [[index#🪴 Get Started|cloned and setup locally]]. +First, make sure you have Quartz [[egf/docs/index#🪴 Get Started|cloned and setup locally]]. Then, create a new repository on GitHub.com. Do **not** initialize the new repository with `README`, license, or `gitignore` files.