From aa5ab03d4ad6e7cb4d9efd3f9c177ebde7e4c4af Mon Sep 17 00:00:00 2001 From: Jacky Zhao <j.zhao2k19@gmail.com> Date: Thu, 02 Mar 2023 17:14:29 +0000 Subject: [PATCH] docs: update to account for github changes --- content/notes/preview changes.md | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/content/notes/preview changes.md b/content/notes/preview changes.md index 8ea07a3..6ce7fc0 100644 --- a/content/notes/preview changes.md +++ b/content/notes/preview changes.md @@ -17,9 +17,7 @@ go install github.com/jackyzha0/hugo-obsidian@latest ``` -If you are running into an error saying that `command not found: hugo-obsidian`, make sure you set your `GOPATH` correctly! This will allow your terminal to correctly recognize hugo-obsidian as an executable. - -Afterwards, start the Hugo server as shown above and your local backlinks and interactive graph should be populated! +If you are running into an error saying that `command not found: hugo-obsidian`, make sure you set your `GOPATH` correctly (see [[notes/troubleshooting#`command not found: hugo-obsidian`|the troubleshooting page]])! This will allow your terminal to correctly recognize hugo-obsidian as an executable. ## Installing Hugo Hugo is the static site generator that powers Quartz. [Install Hugo with "extended" Sass/SCSS version](https://gohugo.io/getting-started/installing/) first. Then, @@ -36,8 +34,8 @@ > [!INFO] Docker Support > -> If you have Docker installed already, open your terminal, navigate to your folder with Quartz and run `make docker` +> If you have the Docker CLI installed already, you can avoid installing `hugo-obsidian` and `hugo`. Instead, open your terminal, navigate to your folder with Quartz and run `make docker` -Now that you are happy with how your Quartz instance looks, let's get it hosted! +Afterwards, start the Hugo server as shown above and your local backlinks and interactive graph should be populated! Now, let's get it hosted online. > 🌍 Step 5: [Hosting Quartz online!](notes/hosting.md) -- Gitblit v1.10.0