| | |
| | | --- |
| | | title: "Editing Content in Quartz" |
| | | tags: |
| | | - setup |
| | | --- |
| | | |
| | | ## Editing |
| | |
| | | ### 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. |
| | | |
| | | ### Ignoring Files |
| | | Only want to publish a subset of all of your notes? Don't worry, Quartz makes this a simple two-step process. |
| | | |
| | | ❌ [Excluding pages from being published](notes/ignore-notes.md) |
| | | ❌ [Excluding pages from being published](notes/ignore%20notes.md) |
| | | |
| | | ### Folder Structure |
| | | Here's a rough overview of what's what. |
| | |
| | | ``` |
| | | |
| | | ### Front Matter |
| | | Hugo is picky when it comes to metadata for files. Ensure that you have a title defined at the top of your file like so: |
| | | Hugo is picky when it comes to metadata for files. Make sure that your title is double-quoted and that you have a title defined at the top of your file like so: |
| | | |
| | | ```markdown |
| | | --- |
| | |
| | | ## Previewing Changes |
| | | This step is purely optional and mostly for those who want to see the published version of their digital garden locally before opening it up to the internet. This is *highly recommended*. |
| | | |
| | | 👀 [Preview Quartz Changes](notes/preview-changes.md) |
| | | 👀 [Preview Quartz Changes](notes/preview%20changes.md) |
| | | |
| | | For those who like to live life more on the edge, viewing the garden through Obsidian gets you pretty close to the real thing. |
| | | |
| | |
| | | |
| | | 🌍 [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). |