How to create a Quarto website into single HTML file (and not multiple HTML files) #6473
Unanswered
Christophegauthierdavies
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Website are by definition multi HTML files. If you want a signe HTML document, the only way is to use |
Beta Was this translation helpful? Give feedback.
5 replies
-
check out https://github.com/gildas-lormeau/SingleFile-MV3/ its a browser extension that lets you download any webpage into a single file |
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
I'm using Quarto with Rstudio to create a website. However the website is split into multiple HTML files related to each page. I would like the website to hold onto a single HTML file. The idea is to share this website with my colleague only (on our own server).
I've seen the embed-resources function but it's not what I'm looking for.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions