From a757521313fb2c623d4dfda95eb97d3189bfe253 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Mon, 29 May 2023 00:44:08 +0000
Subject: [PATCH] base setup

---
 content/notes/troubleshooting.md |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/content/notes/troubleshooting.md b/content/notes/troubleshooting.md
index 66eb879..aa1d897 100644
--- a/content/notes/troubleshooting.md
+++ b/content/notes/troubleshooting.md
@@ -38,12 +38,12 @@
 Make sure you set your `GOPATH` correctly! This will allow your terminal to correctly recognize `hugo-obsidian` as an executable.
 
 ```shell
-# Add the following 2 lines to your ~/.bash_profile
+# Add the following 2 lines to your ~/.bash_profile (~/.zshrc if you are on Mac)
 export GOPATH=/Users/$USER/go
 export PATH=$GOPATH/bin:$PATH
 
 # In your current terminal, to reload the session
-source ~/.bash_profile
+source ~/.bash_profile # again, (~/.zshrc if you are on Mac)
 ```
 
 ### How come my notes aren't being rendered?
@@ -52,8 +52,13 @@
 ### My custom domain isn't working!
 Walk through the steps in [the hosting guide](notes/hosting.md) again. Make sure you wait 30 min to 1 hour for changes to take effect.
 
-### How do I setup Google Analytics?
-You can edit it in `config.toml` and either use a V3 (UA-) or V4 (G-) tag.
+### How do I setup analytics?
+Quartz by default uses [Plausible](https://plausible.io/) for analytics. 
+
+If you would prefer to use Google Analytics, you can follow this [guide in the Hugo documentation](https://gohugo.io/templates/internal/#google-analytics). 
+
+Alternatively, you can also import your Google Analytics data into Plausible by [following this guide](https://plausible.io/docs/google-analytics-import).
+
 
 ### How do I change the content on the home page?
 To edit the main home page, open `/content/_index.md`.
@@ -78,4 +83,4 @@
 ## Still Stuck?
 Quartz isn't perfect! If you're still having troubles, file an issue in the GitHub repo with as much information as you can reasonably provide. Alternatively, you can message me on [Twitter](https://twitter.com/_jzhao) and I'll try to get back to you as soon as I can.
 
-🐛 [Submit an Issue](https://github.com/jackyzha0/quartz/issues)
\ No newline at end of file
+🐛 [Submit an Issue](https://github.com/jackyzha0/quartz/issues)

--
Gitblit v1.10.0