-
Moving my distill blog to Quarto. Started by creating a project using quarto CLI, and initing folder as an RStudio Project. Pretty seamless so far, it seems to be ok with using the original .rmd files in my posts/ directory.
-
I'm a bit freaked about switching out the main branch on my blog repo. Pray for me.
-
There is some distill front matter that isn't compatible with quarto, notably header and its children, including caption. So doing a bit of fixing on that part.
-
Also, when rendering, it does not seem to like having the layout option within code-blocks (it was throwing a Lua error), so deleting those.
-
When I mean layout option, I mean within the options within the {r} tag, such as {r, layout=...} - these should be converted to hash-pipes (#|) in the code blocks themselves