Replies: 1 comment
-
Setup your Quarto project root inside Note that. See other related discussions: For example, you could have the following structure, if you serve your project next to your code: root
|--src
| |--_quarto.yml
| |-- ...
| `-- index.qmd
`--docs
|--...
`--index.html |
Beta Was this translation helpful? Give feedback.
0 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
Hey, I have all my content in a directory called

content
and would like to keep it there for tidyness. However, when i go to render the site, my sidebar only shows "content" as the navigation item, and the url has "content" as the base.My question is, is there a way to tell quarto to treat all the content in the
content
folder as root? I've tried the following, but they done seem to work:and
I have looked in the Quarto yml for the doc site, but couldn't find anything that looked like it would set the site root.
Is it possible to do?
Beta Was this translation helpful? Give feedback.
All reactions