Last Sync: 2026-05-04 05:29 (Mobile)
Build and Test / build-and-test (ubuntu-latest) (push) Has been skipped
Build and Test / publish-tag (push) Has been skipped
Docker build & push image / build (push) Has been skipped
Build and Test / build-and-test (macos-latest) (push) Has been cancelled
Build and Test / build-and-test (windows-latest) (push) Has been cancelled

This commit is contained in:
2026-05-04 05:29:53 -07:00
parent d25a6eabf9
commit f5eb12a16d
4 changed files with 4 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
hello world
+1 -1
View File
@@ -2,7 +2,7 @@
title: Authoring Content 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. 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.
+1 -1
View File
@@ -2,7 +2,7 @@
title: "Building your Quartz" 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 ```bash
npx quartz build --serve npx quartz build --serve
+1 -1
View File
@@ -2,7 +2,7 @@
title: Setting up your GitHub repository 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. Then, create a new repository on GitHub.com. Do **not** initialize the new repository with `README`, license, or `gitignore` files.