Does quarto-cli have a recommended way to execute a YAML altering script pre-render? #1599
Unanswered
ddanieltan
asked this question in
Q&A
Replies: 0 comments
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.
-
I've got a personal blog where I want to place a random quote in the footer with every render. I know from #606 that inline R code does not work in the YAML currently.
My current solution is to have a build file that runs a script to randomly insert a quote in my
_quarto.yml
before executingquarto render
, but I wanted to check if there's an alternative way to achieve that. (Perhaps there's a quarto-cli flag/feature that I'm unaware of)Beta Was this translation helpful? Give feedback.
All reactions