book/quarto/config/shared/README.md
Single source of truth for reusable Quarto YAML fragments.
This folder is only for Quarto YAML metadata fragments (filters, crossref, format settings). It is not for CSS/SCSS, TeX templates, or other rendering assets.
base/: defaults shared by multiple formats.html/: HTML-only shared metadata.pdf/: PDF-only shared metadata.epub/: EPUB-only shared metadata (create when needed).In each _quarto-<format>-<vol>.yml:
base/*<format>/* (e.g., html/*, pdf/*, epub/*)vol1/* or vol2/* only for unavoidable differences (e.g., content paths)Later files override earlier files.
_quarto-* configs.base/crossref-video.ymlbase/custom-numbered-blocks.ymlbase/diagram.ymlbase/execute-env.ymlhtml/announcement.ymlhtml/filters.ymlhtml/filter-metadata.ymlepub/filters.ymlepub/filter-metadata.ymlpdf/filters.ymlpdf/filter-metadata.ymlpdf/custom-numbered-blocks-overrides.ymlpdf/titlepage-theme-common.ymlpdf/titlepage-pdf-common.ymlpdf/titlepage-pdf-copyedit-common.ymlpdf/build-production-common.ymlpdf/build-copyedit-common.ymlpdf/copyedit-watermark.ymlvol1/filter-metadata-paths.ymlvol2/filter-metadata-paths.yml