| | |
| | | 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? |
| | |
| | | ### 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`. |
| | |
| | | ## 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) |
| | | 🐛 [Submit an Issue](https://github.com/jackyzha0/quartz/issues) |