| | |
| | | --- |
| | | title: "Configuration" |
| | | tags: |
| | | - setup |
| | | --- |
| | | |
| | | ## Configuration |
| | |
| | | ```yaml |
| | | name: Your name here! # Shows in the footer |
| | | enableToc: true # Whether to show a Table of Contents |
| | | enableLinkPreview: true # whether to render card previews for links |
| | | description: Page description to show to search engines |
| | | page_title: Quartz Example Page # Default Page Title |
| | | |
| | |
| | | enableLegend: false # automatically generate a legend |
| | | enableDrag: true # allow dragging nodes in the graph |
| | | enableZoom: true # allow zooming and panning the graph |
| | | depth: -1 # how many neighbours of the current node to show (-1 is all nodes) |
| | | paths: # colour specific nodes path off of their path |
| | | - /moc: "#4388cc" |
| | | ``` |