My blog build with Quarto
Based on template build-your-own-blog
Actions inspired from wasimlorgat blog.
Other blogs of interest to draw ideas from:
- https://github.com/Bioconductor/biocblog/tree/main
- https://github.com/pjastam/blog-quarto
- Quarto Workshop => build presentation as part of Quarto
Use quarto-actions to build in publish the website. In order to support Rmarkdown, package needs to be added:
R -e 'install.packages(c("rmarkdown", "knitr"))'