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 withpython
and its fabulous and loving it so far.I am running a
streamlit
webapp and through that I am runningQuarto
that will generatehtml
&pdf
reports dynamically on the user click. Keepinghtml
reports in focus as of now, I am trying to provide alogo
ontop
of it for thebranding
purposes and the reports to look moreprofessional
just like any other customer reports having brand & logo on it.Its not a
website
but just standalonehtml
report output that I am generating .Through the quarto docs and Stackoverflow post I was able to figure out it would need
_quarto.yml
as well along withqmd file, _brand.yml, png
and it would be created aswebsite
as shown in the SO link. I was able to replicate this and it generatedmultiple folders and files
in output along withhtml file
as it was marked aswebsite
project.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