What is the purpose of description
YAML option?
#6055
-
The Quarto reference for enlists the Where does the value stored in this option get used in the webpage? (The reference mentions this option among those that "affect website output", hence asking.) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
The description could appear in a couple of places:
HTH! [edit below] The above is true for the When placed under the |
Beta Was this translation helpful? Give feedback.
The description could appear in a couple of places:
It will be used as the
meta
description for the HTML page. Check the<head>
tags to see this.HTML title blocks may display the description as well.
HTH!
[edit below]
The above is true for the
description
key appearing in a document. You're asking more specifically about it appearing in_quarto.yml
underwebsite
(sorry I didn't catch that on first reading).When placed under the
website
key, it looks like we use that for the description that appears within any RSS feed generated for the website (if no description is available on the page which generated the RSS feed).