Website README has not updated
grantmcdermott opened this issue · comments
(i.e., It doesn't match the README here on GitHub.)
Don't know why...
Did you edit .md instead of .qmd?
Hmmm. No, I edited the .qmd and then rendered it as .md. Both in 5d9c0e2.
Does it maybe need to be .rmd for the altdoc
docsify GH Actions workflow?
I don't think so. Did you want to switch to Quarto for the gallery I linked to yesterday? If so, I could look into all this at the same time.
That would be awesome, thanks!
With Quarto websites, one problem is that there can't be a preamble in README.qmd. I have not found a workaround to this yet.
If you want to render the README.qmd to README.md, you have to do it manually with quarto render README.qmd --to md
If you want to render the README.qmd to README.md, you have to do it manually with quarto render README.qmd --to md
Thanks helpful to know as a workaround in the interim. Just used this to fix a typo in the README and seems to work fine for our purposes ATM.
With Quarto websites, one problem is that there can't be a preamble in README.qmd. I have not found a workaround to this yet.
If you want to render the README.qmd to README.md, you have to do it manually with quarto render README.qmd --to md
Note to self: you need to manually remove the “.png” suffix that is added to the R-universe badge link in the README.md file.