Skip to content
  • 0 Votes
    4 Posts
    0 Views
    nxskok@cupoftea.socialN
    @leonardof @whitequark unautomated automation, you might say.I have two repos: one called blog1, which is where the blog content lives, which has a subfolder called _site after I render it, and a "sister" repo called blog, whose reason for existence is to copy blog1's _site folder to its root and then publish that, and whose copy.sh shell script does that.The rationale for this, such as it is, is described in the second part of https://blog.ritsokiguess.site/posts/quarto-codeberg/ . It seems to be a specific requirement for quarto blogs, though it also provides a way of keeping source and .html separate if you prefer to do that.