From fd5c8d17d3b3cd0a13b0a21a2b78d85010e02e12 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Tue, 20 Jun 2023 03:37:45 +0000
Subject: [PATCH] basic search implementation

---
 content/notes/editing.md |   28 +++-------------------------
 1 files changed, 3 insertions(+), 25 deletions(-)

diff --git a/content/notes/editing.md b/content/notes/editing.md
index 0d6bd13..0bc495c 100644
--- a/content/notes/editing.md
+++ b/content/notes/editing.md
@@ -15,24 +15,10 @@
 
 **To edit the main home page, open `/content/_index.md`.**
 
-To create a link between notes in your garden, just create a normal link using Markdown pointing to the document in question. Please note that **all links should be relative to the root `/content` path**. 
-
-```markdown
-For example, I want to link this current document to `notes/config.md`.
-[A link to the config page](notes/config.md)
-```
-
-Similarly, you can put local images anywhere in the `/content` folder.
-
-```markdown
-Example image (source is in content/notes/images/example.png)
-![Example Image](/content/notes/images/example.png)
-```
-
-You can also use wikilinks if that is what you are more comfortable with!
-
 ### Front Matter
-Hugo is picky when it comes to metadata for files. Make sure that your title is double-quoted and that you have a title defined at the top of your file like so. You can also add tags here as well.
+Hugo is picky when it comes to metadata for files. Make sure that your title is double-quoted and that you have a title defined at the top of your file like so, otherwise the generated page will not have a title!
+
+You can also add tags here as well.
 
 ```yaml
 ---
@@ -56,8 +42,6 @@
 
 > 👀 Step 4: [Preview Quartz Changes](notes/preview%20changes.md)
 
-If you prefer, you can preview changes by [hosting locally with Docker](notes/docker.md) instead! If you have Docker, this might be the easiest approach.
-
 For those who like to live life more on the edge, viewing the garden through Obsidian gets you pretty close to the real thing.
 
 ## Publishing Changes
@@ -65,10 +49,4 @@
 
 > 🌍 Step 5: [Hosting Quartz online!](notes/hosting.md)
 
-## Hosting with Docker
-You can also choose to publish your digital garden on a local or remote machine using Docker.
-
-> 🐳 [Hosting with Docker](notes/docker.md)
-
-
 Having problems? Checkout our [FAQ and Troubleshooting guide](notes/troubleshooting.md).

--
Gitblit v1.10.0