-
DescriptionIs it possible to dynamically render on quartopub.com? If so, can someone point me to the documentation about this? My quarto site is making use of today's date in order to display some date-related ranges:
I am rendering this quarto website locally and then publishing to quartopub.com; this works fine. However, what I need to accomplish is to have this dynamically evaluated whenever a user accesses the site, i.e. I don't want to pre-render locally and then publish every day in order to have today's date. The documentation I have found shows two options for publishing: pre-render/publish or make use of GitHub Actions to render; the latter would still require a daily merge in order to trigger the rendering. Thanks for any info on this! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You need to use Shiny in these situations. quarto.pub will for the foreseeable future remain as a publishing target for static websites (effectively the output of Shinylive is an alternative that runs shiny on the browser via WASM, and that would work. But "dynamically render" is not something that Quarto does at all, let alone quarto.pub |
Beta Was this translation helpful? Give feedback.
You need to use Shiny in these situations. quarto.pub will for the foreseeable future remain as a publishing target for static websites (effectively the output of
quarto render
).Shinylive is an alternative that runs shiny on the browser via WASM, and that would work. But "dynamically render" is not something that Quarto does at all, let alone quarto.pub