diff --git a/README.md b/README.md index 073c5e5..af01bd3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ -# Build Your Own Blog With Quarto Exercises +# Blog -- Please ensure you have Quarto v1.0.0 or above. +My blog build with Quarto + +Based on template +[build-your-own-blog](https://github.com/ivelasq/build-your-own-blog-exercises) + +Actions inspired from [wasimlorgat blog](https://github.com/seeM/blog). + +Other blogs of interest to draw ideas from: +- https://github.com/Bioconductor/biocblog/tree/main += https://github.com/pjastam/blog-quarto + +## Tools + +Use [quarto-actions](https://github.com/quarto-dev/quarto-actions) to build in +publish the website. +In order to support Rmarkdown, package needs to be added: + +```sh +R -e 'install.packages(c("rmarkdown", "knitr"))' +```