distribits #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "distribits"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I like it! Out of curiosity, what is the process to create a final presentation from this with quarto?
(I wasn't able to get the files, I think they simply haven't been pushed)
@adina wrote in #1 (comment):
Thanks 🙂 With quarto installed, the process is just
quarto render distribits-2025/index.qmd. It producesindex.htmlandindex_files/(all css, js, and fonts). For a shareable preview, I rsynced those onto my web server.While editing, I use
quarto previewinstead; it serves at localhost and updates automatically when the qmd file is saved.Oops, I must have done a
git push- thanks for pointing that out, I pushed the annexed files now.