Skip to content

ATELIER 0.6.0

Choose a tag to compare

@mcanouil-dev mcanouil-dev released this 26 Jul 21:11
· 32 commits to main since this release
5ab7f53

Installation

quarto add mcanouil/quarto-atelier@0.6.0

Changelog

Bug Fixes

  • fix: build og:url from the page's output file rather than from its input name, so a page setting output-file no longer advertises a URL that does not exist and that disagrees with its own canonical link.
  • fix: emit the canonical link through Quarto's own canonical-url, now on by default, instead of from the bundled filter. canonical-url is a render key and never reaches a Lua filter, so a project that set it shipped two <link rel="canonical"> tags. Quarto builds the same directory URL for a directory index, so the tag itself is unchanged; set canonical-url: false on a page served from more than one URL, as the bundled 404 front matter now does.

Documentation

  • docs: add a reference page listing the website, format, and extensions.atelier options the project type contributes, which is also the demo site's first page below the site root.
  • docs: correct the icon path note. Since 0.5.0 the filter writes each path exactly as configured and Quarto's resource resolver applies the page offset.
  • docs: note that sitemap.xml lists a directory index as index.html while the canonical link uses the directory URL, that both serve the same page, and that the canonical is the stronger signal.

What's Changed

  • fix: delegate the canonical link to Quarto's canonical-url by @mcanouil in #10
  • ci: bump version for release 🚀 by @mcanouil-dev[bot] in #11

Full Changelog: 0.5.0...0.6.0