website hybrid configuration help #14485
Replies: 4 comments 7 replies
-
|
What do you mean by "the same directory"? The files have to be in the project.
This is also unclear what it concretely mean. Could you share or create a simple reproduction of your setup? Meanwhile, have you looked at custom listings? |
Beta Was this translation helpful? Give feedback.
-
|
I can make an example, but if my explanation suffices, perhaps that step not needed. I have not looked at custom listings, and will do that. Another thought I had was to generate each directory independently for _site output and then a script to assemble all the results, but thinking this may be overly complicated. |
Beta Was this translation helpful? Give feedback.
-
|
Below is an example of the _quarto.yml I am trying to create (and allow successful render). Since I generate so many files, I am wanting to have the .qmd files, each in their own year directory for project organization. Currently they would have the same names (but in different directories). I am trying to prevent naming every file for the website a unique name and locating them all in the project directory. Is this possible? If not, the backup idea is to append every file with quarter/year (Q1/2025) syntax to differentiate, but this will be messy to manage. project: website: sidebar:
format: |
Beta Was this translation helpful? Give feedback.
-
|
Your links help, I am mostly understand. I think I still do not understand navigation as well as I should. I show my minimal example project tree. And after that the _quarto.yml that I use to render. For this configuration it does not show the sidebar or document_2 for either of "2025_June_30" or "2025_December_31". I tried (for example 2025_June_30) in the sidebar, contents: 2025_June_30/, but this did not produce document_2. Thank you for the effort for me to pursue further learning. ├── 2025_December_31 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I have a successful quarto generated website project to present many pages generated from R code. It is currently configured as sidebar, and compiles results for an entire year. I would like to show results from multiple years, reconfiguring the website using navbar for years and retaining the sidebar for each year. I have read the quarto documents for hybrid configuration but have issues not yet resolved.
This would be a conflict if all .qmd files need reside in the directory at the time of render. If they can be segmented into separate directories for each year I am hoping I can arrive at a yaml configuration that will achieve this.
I have reviewed this discussion but it did not resolve my issue https://github.com/orgs/quarto-dev/discussions/8117
Thank you
Robert
Beta Was this translation helpful? Give feedback.
All reactions