I just made Quarto part of my Hugo site building workflow. import arrow arrow.utcnow().to("local").format(arrow.FORMAT_RSS) 'Fri, 28 Feb 2025 18:50:36 -0700' The Quarto tool provides a workflow for publishing technical and scientific documents in Markdown, complete with code execution in multiple languages. You can use Jupyter notebooks or Markdown files. You can use it for papers, books, dashboards, nerdy blogs, and nerdy Web sites. Stuff even cooler than an Arrow timestamp. Overall, a nice ...