From 79e828696a9e53357f61bd89c36e41555575c2c2 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sat, 12 Aug 2023 05:47:50 +0000
Subject: [PATCH] feature docs

---
 content/build.md |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/content/build.md b/content/build.md
index bce9d54..1447687 100644
--- a/content/build.md
+++ b/content/build.md
@@ -2,17 +2,13 @@
 title: "Building your Quartz"
 ---
 
-Once you've [[index#🪴 Get Started|initialized]] Quartz, let's see what it looks like locally.
+Once you've [[index#🪴 Get Started|initialized]] Quartz, let's see what it looks like locally:
 
 ```bash
 npx quartz build --serve
 ```
 
-Then, open a web browser and visit `http://localhost:8080/` to view it.
-
-Want to change how Quartz looks? You can edit `quartz.config.ts` to customize and configure your Quartz, including styles, layout, and more. Read the [[configuration]] page for more information on what each field in the configuration does.
-
-Once you're happy with it, let's see how to [[hosting|deploy Quartz to the web]]!
+This will start a local web server to run your Quartz on your computer. Open a web browser and visit `http://localhost:8080/` to view it.
 
 > [!hint] Flags and options
 > For full help options, you can run `npx quartz build --help`.

--
Gitblit v1.10.0