How do I set my quarto website such that blog posts that I wrote ages ago are not re-rendered every time I build my site? #11323
-
DescriptionHi, I have included the option |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
The rendering you're seeing happens after the engine, and that goes independently of |
Beta Was this translation helpful? Give feedback.
-
|
Hi @cscheid Thank you for your response. Actually, none of my files contain any code. It's just a bunch of texts and images. Does it mean that the freeze mechanism works when there are code chunks in the qmd file? |
Beta Was this translation helpful? Give feedback.

freezeshould still be happening here. If you have a reproducible example wherefreezeis still causingknitrorjupyterto run, that's a Quarto bug that we need to work on.The rendering you're seeing happens after the engine, and that goes independently of
freeze. (We're aware that rendering in Quarto is slower than we'd like it to be, and we're working on it.)