From df02ea20d7e12e8b9ffdd2968afaf5893c433488 Mon Sep 17 00:00:00 2001 From: Jacky Zhao <j.zhao2k19@gmail.com> Date: Fri, 11 Aug 2023 04:32:11 +0000 Subject: [PATCH] spacing fix --- content/build.md | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/content/build.md b/content/build.md index ac6a410..bce9d54 100644 --- a/content/build.md +++ b/content/build.md @@ -8,18 +8,20 @@ npx quartz build --serve ``` -Then, open a web browser and visit `http://localhost:8080/` to view it! +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]]. +Once you're happy with it, let's see how to [[hosting|deploy Quartz to the web]]! > [!hint] Flags and options > For full help options, you can run `npx quartz build --help`. -> +> > Most of these have sensible defaults but you can override them if you have a custom setup: +> > - `-d` or `--directory`: the content folder. This is normally just `content` > - `-v` or `--verbose`: print out extra logging information > - `-o` or `--output`: the output folder. This is normally just `public` > - `--serve`: run a local hot-reloading server to preview your Quartz -> - `--port`: what port to run the local preview server on \ No newline at end of file +> - `--port`: what port to run the local preview server on +> - `--concurrency`: how many threads to use to parse notes -- Gitblit v1.10.0