Skip to content

Commit

Permalink
Add inspiration and actions references
Browse files Browse the repository at this point in the history
  • Loading branch information
crisbour committed Nov 2, 2024
1 parent 64ac2f1 commit e8710e2
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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"))'
```

0 comments on commit e8710e2

Please sign in to comment.