From f1c9ca495e450ecb62dade70c4b60d86e106f79c Mon Sep 17 00:00:00 2001 From: vintro <77507980+vintrocode@users.noreply.github.com> Date: Mon, 14 Aug 2023 00:19:50 +0000 Subject: [PATCH] docs: note about existing content at same path on different branches --- 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