-
DescriptionHello Quarto folks, I have a repo to store website content, it's like: . All the qmds are stored in the root or one directory under root. This makes the root messy. I want to place all qmds into one directory and use that as my root for the website. How do I change the config? . my config look like this: project:
type: website
website:
reader-mode: false
site-path: "/content"
navbar:
left:
- text: "DSM Workflows Wiki"
file: content/index.qmd
All I want is to put all qmds to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Currently, the location of your Quarto documents defines the location of the documents you produce. This is discussed in several other threads:
|
Beta Was this translation helpful? Give feedback.
Currently, the location of your Quarto documents defines the location of the documents you produce.
This is discussed in several other threads:
site-path
is for the host, not your local files, see https://quarto.org/docs/websites/website-navigation.html#pages-404.