Project Website from a single qmd file #4236
Replies: 2 comments 4 replies
-
I can't how it can makes things easier. I am not sure to get your use case. Would you mind to elaborate what's seem to be hard in the fact to have Also note that for "one file", you should consider |
Beta Was this translation helpful? Give feedback.
-
In some writing applications, you end up with one compiled final draft. In this particular case, I am using Scrivener (see also). Having a separate |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes, it can be easier having it all together. That is, I mean, the whole book in a single
.qmd
file with all the Quarto and Pandoc configurations in the YAML front matter, then all the chapters, appendix and so on. Now, I can make that work reasonably well for creating a PDF Book output. I am curious about the following: could a website be created in the same way? I do not mean, of course, the html output of the Book project type which would keep the whole text in a single page. Nor I am concerned with other configurations which could be left for secondary auxiliary files (css
,js
and so on). I mean just the content of the.qmd
files in one place, but with a functional left-sidebar for navigating the chapters. I see why that would be difficult, if not, impossible, without actually splitting up the original file, or implementing some other simple way of indicating a{{page break}}
which would then also help prepare the sidebar content.I wonder if anything of the sort has been conceived or attempted with Quarto. Thank you for your time.
Beta Was this translation helpful? Give feedback.
All reactions