From 364aee36fc8891c48ab2bd20c396ce321cd7a0a6 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Thu, 05 May 2022 05:03:09 +0000
Subject: [PATCH] fix: merge conf

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

diff --git a/content/notes/editing.md b/content/notes/editing.md
index 17730ef..c8cefa0 100644
--- a/content/notes/editing.md
+++ b/content/notes/editing.md
@@ -24,7 +24,7 @@
 
 **All content in your garden can found in the `/content` folder.** To make edits, you can open any of the files and make changes directly and save it. You can organize content into any folder you'd like.
 
-**To edit the main home page, open `/content/_index.md`.** This is the home page which is slightly special. You don't need front matter here!
+**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**. 
 
@@ -33,7 +33,7 @@
 [A link to the config page](notes/config.md)
 ```
 
-Similarly, you can put local images anywhere in the `/content` folder. The only caveat is that you should reference them in your Markdown by prefixing it with a `/`.
+Similarly, you can put local images anywhere in the `/content` folder.
 
 ```markdown
 Example image (source is in content/notes/images/example.png)
@@ -48,7 +48,7 @@
 title: "Example Title"
 tags:
 - example-tag
-disableToc: true # do not show a table of contents on this page if enabled
+enableToc: false # do not show a table of contents on this page
 ---
 
 Rest of your content here...

--
Gitblit v1.10.0