Skip to content
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
5 changes: 5 additions & 0 deletions _quarto-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ project:
- "!README.md"
- "!appendix-document-metadata.qmd"
- "!references.qmd"
# The `macros` git submodule provides macro definitions for include/
# shortcode use, not standalone site pages. Don't render its .qmd files
# directly: macros-table.qmd uses DT::datatable() (an HTML widget) that
# errors when the project also renders to PDF.
- "!macros/"

website:
title: "Quarto Website Template"
Expand Down
Loading