Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Website Listings #1010

Merged
merged 2 commits into from
Feb 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/websites/website-listings.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,9 @@ You can further customize your feed using the following options:
+===============+===============================================================================================================================================================================================================+
| `items` | The number of items to include in your feed. Defaults to 20. |
+---------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| `type` | `full` or `partial`. `full`, the default, includes the full contents of each document in the feed. `partial` includes only the first paragraph contents in the feed. |
| `type` | `full`, `partial` or `metadata`. `full`, the default, includes the full contents of each document in the feed. |
| | `partial` includes the description, if available, otherwise the first paragraph in the feed. |
| | `metadata` includes only the title, description, and other document metadata in the feed. |
+---------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| `title` | The title for this feed. Defaults to the site title provided in your `_quarto.yml` file. |
+---------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Expand Down Expand Up @@ -318,7 +320,9 @@ When reading the contents of a listing, Quarto uses the metadata read from the f
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| `image` | The image for this item, read from the `image` field of the front matter, or automatically discovered by taking the first of an image of class `preview-image`, an image with a file name starting with `feature`, `cover`, or `thumbnail`, or the first image to appear in the document. |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| `image-alt` | The alt text for the image for this item. |
| `image-alt` | The alt text for the image for this item. |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| `word-count` | A word count for this item. |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| `reading-time` | An estimate of the reading time for this item, computed by counting the words in the item and assuming a reading speed of 200 words per minute. |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Expand Down
Loading