ATELIER 0.4.0
Installation
quarto add mcanouil/quarto-atelier@0.4.0Changelog
New Features
- feat: bundled
social-metadatafilter emitting the head tags Quarto's website machinery has no configuration for:og:type, a per-pageog:urland<link rel="canonical">, and<meta name="description">from the page'sdescriptionorsubtitle(Quarto never populates the pandocdescription-metavariable its own HTML template reads). - feat:
extensions.atelieroptions foricon,apple-touch-icon,manifest, and a light and darktheme-color, each emitted only when set, with paths rewritten per page so they resolve underquarto previewand under a project-path prefix alike. - feat:
og:localeset toen_GBto match the format'slang: en-GB, and the Twitter card switched on assummary_large_image, which Quarto otherwise leaves off entirely.
Documentation
- docs: document the social metadata and icon options, including the YAML anchor needed to reach
website.site-urlfrom a Lua filter, and theproject.resourcesentries that get the icon and manifest files copied to the output directory.
What's Changed
- feat: emit the social metadata Quarto leaves out by @mcanouil in #6
- ci: bump version for release 🚀 by @mcanouil-dev[bot] in #7
Full Changelog: 0.3.0...0.4.0