-
I would like to organize my quarto book project by putting the *qmd files for each chapter in a separate sub directory. I tried the following in the _quarto.yml
but this does not work. Is it possible to organize my project in that way? |
Beta Was this translation helpful? Give feedback.
Answered by
jjallaire
Aug 9, 2022
Replies: 1 comment 6 replies
-
This does indeed work. Here is a simple git repo demonstrating: https://github.com/jjallaire/subdir-chapters/ |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
chrizz89
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This does indeed work. Here is a simple git repo demonstrating: https://github.com/jjallaire/subdir-chapters/