You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to Quarto, using it with python and its fabulous and loving it so far.
I am running a streamlit webapp and through that I am running Quarto that will generate html & pdf reports dynamically on the user click. Keeping html reports in focus as of now, I am trying to provide a logo on top of it for the branding purposes and the reports to look more professional just like any other customer reports having brand & logo on it.
Its not a website but just standalone html 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 with qmd file, _brand.yml, png and it would be created as website as shown in the SO link. I was able to replicate this and it generated multiple folders and files in output along with html file as it was marked as website project.
So is there a way to get only the html document file output containing logo in it for the standalone qmd/html files ?
htmlIssues with HTML and related web technology (html/css/scss)brand`_brand.yml`
2 participants
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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