jackyzha0
2021-07-19 875d3f8e069125af9a7fa4734b9c89eda6970dd7
improve docs
2 files modified
8 ■■■■ changed files
content/notes/editing.md 4 ●●●● patch | view | raw | blame | history
content/notes/hosting.md 4 ●●●● patch | view | raw | blame | history
content/notes/editing.md
@@ -22,8 +22,8 @@
To create a link between notes in your garden, just create a normal link using Markdown pointing to the document in question. Please note that **all links should be relative to the root `/content` path**. 
```markdown
For example, I want to link this current document to `config.md`.
[A link to the config page](config.md)
For example, I want to link this current document to `notes/config.md`.
[A link to the config page](notes/config.md)
```
### Front Matter
content/notes/hosting.md
@@ -9,7 +9,7 @@
### Enable GitHub Actions
By default, GitHub disables workflows from running automatically on Forked Repostories. Head to the 'Actions' tab of your forked repository and Enable Workflows to setup deploying your Quartz site!
![Enable GitHub Actions](notes/images/github-actions.png)*Enable GitHub Actions*
![Enable GitHub Actions](/notes/images/github-actions.png)*Enable GitHub Actions*
### Enable GitHub Pages
@@ -18,7 +18,7 @@
1. Set the source to deploy from `master` using `/ (root)`
2. Set a custom domain here if you have one!
![Enable GitHub Pages](notes/images/github-pages.png)*Enable GitHub Pages*
![Enable GitHub Pages](/notes/images/github-pages.png)*Enable GitHub Pages*
### Pushing Changes
To see your changes on the internet, we need to push it them to GitHub. Quartz is essentially a `git` repository so updating it is the same workflow as you would follow as normal.