From c12af32a5ade0240630ff3b9fc11d877d6a16825 Mon Sep 17 00:00:00 2001
From: Apoorv Khandelwal <apoorv.khand@gmail.com>
Date: Sun, 20 Nov 2022 22:03:53 +0000
Subject: [PATCH] feat: Dockerfile and automated container build (#230)

---
 content/notes/editing.md |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/content/notes/editing.md b/content/notes/editing.md
index af7dd77..0d6bd13 100644
--- a/content/notes/editing.md
+++ b/content/notes/editing.md
@@ -2,7 +2,7 @@
 title: "Editing Content in Quartz"
 tags:
 - setup
-weight: 1
+weight: -4
 ---
 
 ## Editing 
@@ -34,7 +34,7 @@
 ### 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.
 
-```markdown
+```yaml
 ---
 title: "Example Title"
 tags:
@@ -56,6 +56,8 @@
 
 > 👀 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
@@ -63,4 +65,10 @@
 
 > 🌍 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