| | |
| | | title: "Editing Content in Quartz" |
| | | tags: |
| | | - setup |
| | | weight: 1 |
| | | weight: -4 |
| | | --- |
| | | |
| | | ## Editing |
| | |
| | | ### Front Matter |
| | | 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. You can also add tags here as well. |
| | | |
| | | ```markdown |
| | | ```yaml |
| | | --- |
| | | title: "Example Title" |
| | | tags: |
| | |
| | | |
| | | > 👀 Step 4: [Preview Quartz Changes](notes/preview%20changes.md) |
| | | |
| | | If you prefer, you can preview changes by [hosting locally with Docker](notes/docker.md) instead! If you have Docker, this might be the easiest approach. |
| | | |
| | | For those who like to live life more on the edge, viewing the garden through Obsidian gets you pretty close to the real thing. |
| | | |
| | | ## Publishing Changes |
| | |
| | | |
| | | > 🌍 Step 5: [Hosting Quartz online!](notes/hosting.md) |
| | | |
| | | ## Hosting with Docker |
| | | You can also choose to publish your digital garden on a local or remote machine using Docker. |
| | | |
| | | > 🐳 [Hosting with Docker](notes/docker.md) |
| | | |
| | | |
| | | Having problems? Checkout our [FAQ and Troubleshooting guide](notes/troubleshooting.md). |