shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

271
active users

#quarto

0 posts0 participants0 posts today

Here is a #quarto #rstats trick that could be useful and I just figured out! If you want to parametrise the creation of pages within a website, instead of using a purrr loop with quarto_render on a .qmd temlpate, use a purrr loop with writeLines to create your .qmd files in a script loaded before rendering with the pre-render yml option!

A blog post is coming soon but you can already have a look at my repository for example: github.com/damien-dupre/cere20

GitHubGitHub - damien-dupre/cere2025Contribute to damien-dupre/cere2025 development by creating an account on GitHub.

It would be nice to have a way for #quarto sites to generate urls like marcoshuerta.com/about/ without having to make a directory structure that is about/index.qmd. (about.qmd woud generate a URL with about.html)

Every qmd source file for my quarto web site is "index.qmd" because of this and it's just a lot harder to quick find the file I want to edit with VS code because of that.

I've updated my Quarto comments extension to support Bluesky, as well as Mastodon/Fediverse! Any replies on either network *should* now appear in a nice unified interface, along with links and current comment counts.

andreasthinks.me/posts/quarto_

Andreas VarotsisQuarto comments, by the open social web – Andreas VarotsisAll the comments, all the time, on all the networks? Sure, we can do that.

oh my goodness. So as much as I'd love to just be making reveal.js slides straight from #rstats and #quarto the fact is my boss and conference translators want pptx. Finding this blog post about making ggplots editable in pptx slides by @PipingHotData has just totally made my day, thanks Shannon! pipinghotdata.com/posts/2020-0

PIPING HOT DATAPIPING HOT DATA: Exporting editable ggplot graphics to PowerPoint with officer and purrrWhat, why, how, when, and who