Replies: 1 comment
-
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 am new to
Quarto, using it withpythonand its fabulous and loving it so far.I am running a
streamlitwebapp and through that I am runningQuartothat will generatehtml&pdfreports dynamically on the user click. Keepinghtmlreports in focus as of now, I am trying to provide alogoontopof it for thebrandingpurposes and the reports to look moreprofessionaljust like any other customer reports having brand & logo on it.Its not a
websitebut just standalonehtmlreport output that I am generating .Through the quarto docs and Stackoverflow post I was able to figure out it would need
_quarto.ymlas well along withqmd file, _brand.yml, pngand it would be created aswebsiteas shown in the SO link. I was able to replicate this and it generatedmultiple folders and filesin output along withhtml fileas it was marked aswebsiteproject.So is there a way to get only the html document file output containing logo in it for the standalone qmd/html files ?
Beta Was this translation helpful? Give feedback.
All reactions