From e8710e27defc5ceaef7a05e487a5ae466f7d7368 Mon Sep 17 00:00:00 2001 From: Cristi Bourceanu Date: Sat, 2 Nov 2024 13:29:04 +0000 Subject: [PATCH] Add inspiration and actions references --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) 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"))' +```