英文:
Render without using _quarto.yml
问题
在网站项目的上下文中,_quarto.yml 文件中的设置会在默认情况下在执行 quarto render document.qmd
时被使用。如何在文件夹中针对特定文档跳过使用 _quarto.yml?
在 quarto render --help
中我没有看到明显的方法,但我考虑类似于 quarto render --disable-config document.qmd
的方式,该方式应该只使用在该文档中指定的 yaml 元数据。
英文:
In a website project context, the settings in _quarto.yml is used during quarto render document.qmd
by default. How do I skip using _quarto.yml for a specific document in the folder?
I don't see anything obvious in quarto render --help
, but I am thinking something like quarto render --disable-config document.qmd
which should only use the yaml metadata specified within that document.
答案1
得分: 1
You need _quarto.yml
以渲染任何文档。
英文:
No. You need _quarto.yml
for render any document.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论