Replies: 1 comment 5 replies
-
Please read the documentation of this option: https://quarto.org/docs/websites/website-drafts.html |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I want to exclude some quarto files from my github pages, so I added
draft: true
to the specific page, but it still shows up in_site
folder and has all the content in it. I then tried adding it towebsite.drafts
in the_quarto.yml
file but i still get the same result. Is it possible to not generate the file at all?Quarto version: 1.7.23
Operating System: macOS 15.4.1
Beta Was this translation helpful? Give feedback.
All reactions