How do Qmd files work with blogging? #2624
Unanswered
AndreasThinks
asked this question in
Q&A
Replies: 1 comment 4 replies
-
A small note on how Quarto handles
So they won't be rerendered unless you ask for it. Regarding freeze, you still use the .qmd file. it will allow you to not render by default when doing a project render. Did you try already putting you files in a Blog ? |
Beta Was this translation helpful? Give feedback.
4 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.
-
Seeking some advice! I've got a blog that was previously a combination of jupyter and rmarkdown notebooks (converted to html) hosted through Nikola that I want to migrate to quarto, and I'm trying to understand how Quarto converts Qmd files.
I understand I can put both the ipynb files and the qmd files in the post folder of my blog, and then render it...but as they're all quite computationally intensive, will that then "re-render" them? I think adding the "freeze" variable will stop that happening, but do I then still use the qmd file, or should I instead put in the outputted html file? A little confused.
Beta Was this translation helpful? Give feedback.
All reactions