tladeras’s avatartladeras’s Twitter Archive—№ 6,944

          1. 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.
        1. …in reply to @tladeras
          I'm a bit freaked about switching out the main branch on my blog repo. Pray for me.
      1. …in reply to @tladeras
        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.
    1. …in reply to @tladeras
      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.
  1. …in reply to @tladeras
    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