Exclude files from _metadata.yml #2594
Unanswered
ma-riviere
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I think your best bet would be to put all of your posts in a subfolder and put the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Let's say I have a
blog
folder, within which are multiple subfolders, each containing a blog post.Within that
blog
folder, I have anindex.qmd
file for the listings, and_metadata.yml
file with YAML properties I want to apply to each of the blog posts.How can I exclude the
index.qmd
of theblog
folder from those properties ? I want the properties to apply to each blog post but not the index page that lists them. For context, the property I am trying to not apply to theindex.qmd
is an html file that I add usinginclude-before-body
.Thank you :)
Beta Was this translation helpful? Give feedback.
All reactions