forked from ivelasq/build-your-own-blog-exercises
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add inspiration and actions references
- Loading branch information
Showing
1 changed file
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"))' | ||
``` |