add makefile, fix link padding, test capitalization

This commit is contained in:
Jacky Zhao 2021-12-25 23:45:30 -05:00
parent 2ba01c8311
commit 43837f9e2e
8 changed files with 37 additions and 29 deletions

View file

@ -1,5 +1,5 @@
---
title: 🪴 Quartz v2.1
title: 🪴 Quartz 3
---
Host your second brain and [digital garden](https://jzhao.xyz/posts/digital-gardening) for free. Quartz features
1. Extremely fast full-text search by pressing `/`

View file

@ -8,7 +8,7 @@ Quartz runs on top of [Hugo](https://gohugo.io/) so all notes are written in [Ma
### Obsidian
I *strongly* recommend using [Obsidian](http://obsidian.md/) as a way to edit and grow your digital garden. It comes with a really nice editor and graphical interface to preview all of my local files.
**🔗 [How to link your Obsidian Vault](notes/obsidian.md)**
🔗 How to link your Obsidian Vault](notes/Obsidian.md)
Of course, all the files are in Markdown so you could just use your favourite text editor of choice.
@ -54,4 +54,4 @@ Now that you know the basics of managing your digital garden using Quartz, you c
🌍 [Hosting Quartz online!](notes/hosting.md)
Having problems? Checkout our [FAQ and Troubleshooting guide](notes/troubleshooting.md).
Having problems? Checkout our [FAQ and Troubleshooting guide](notes/troubleshooting.md).

View file

@ -25,7 +25,7 @@ source ~/.bash_profile
```
### How come my notes aren't being rendered?
You probably forgot to include front matter in your Markdown files. You can either setup [Obsidian](notes/obsidian) to do this for you or you need to manually define it. More details in [the 'how to edit' guide](notes/editing.md).
You probably forgot to include front matter in your Markdown files. You can either setup [Obsidian](notes/Obsidian) to do this for you or you need to manually define it. More details in [the 'how to edit' guide](notes/editing.md).
### 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.