folder_listings: behavior: - Quartz generates index pages for every folder level. - Lists associated pages, including nested content. - Example: content/abc/def/note.md creates listings for abc and abc/def. linking_syntax: - [[folder-name/]] - Example: [[advanced/]] defaults: title: Folder: <folder name> description: none customization: - Create index.md in the folder, e.g. content/posts/index.md. - Set title in frontmatter. - Page body becomes the folder description.

tag_listings: behavior: - Quartz generates index pages for each unique tag, including hierarchy levels. - Lists associated pages, including nested content. - Example: plugin/emitter creates listings for each hierarchy level. global_index: - /tags linking_syntax: - [[tags/tag-name]] - Example: [[tags/plugin]] customization: - Create content/tags/<tag-name>.md, e.g. content/tags/component.md. - Set frontmatter title. - Page body becomes the tag description.

customization: plugin_config: folder_listings: - FolderPage tag_listings: - TagPage