From 78f4cdbe109308fa33cb87387952aef5a528ebbe Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sat, 19 Aug 2023 23:40:02 +0000
Subject: [PATCH] avoid 404 on icon for spa navigations with anchors

---
 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