Skip to content

Commit

Permalink
add basic info about qmd template (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle authored Aug 29, 2024
1 parent 54577dd commit f5a6c95
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions authortechnical.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Briefly, the process is:

1. Get the go-ahead and a tentative publication date from our Community Manager.
1. Fork the repository (repo) of the rOpenSci website.
1. Draft your post in R Markdown or Markdown and create or update your author metadata.
1. Draft your post in R Markdown or Quarto or Markdown and create or update your author metadata.
1. Preview and refine your post locally.
1. Submit via pull request and preview your post.
1. A blog editor reviews your post.
Expand Down Expand Up @@ -109,7 +109,7 @@ knitr::include_graphics("images/blogdownaddin.png", dpi = 25)
* Choose the correct date.
* Enter a new slug if the default one is too long.
* Choose "blog" as a Subdirectory from the drop-down menu.
* Choose an Archetype, Rmd or md, from the drop-down menu.
* Choose an Archetype, Rmd or qmd or md, from the drop-down menu.
* Also choose the correct Format: .Rmd if Rmd, Markdown (.md) if md. Never choose .RMarkdown.
* Ignore Categories.
* Select "tech notes" tag if this is a tech note
Expand All @@ -123,6 +123,8 @@ Your post source and its images should live in `/content/blog/YYYY-MM-DD-slug/`.

* [R Markdown template](#templatermd) is to be saved as `/content/blog/YYYY-MM-DD-slug/index.Rmd`. It will need to be knit (RStudio knit button, or `blogdown::build_site(build_rmd = <path_to_file>)`). Add both `index.Rmd` and `index.md`to your PR.

* [Quarto template](#templatermd) is to be saved as `/content/blog/YYYY-MM-DD-slug/index.qmd`. It will need to be rendered. Add both `index.qmd` and `index.md`to your PR.

* [Markdown template](#templatemd) is to be saved as `/content/blog/YYYY-MM-DD-slug/index.md`.

## Adding content {#usetemplates}
Expand Down

0 comments on commit f5a6c95

Please sign in to comment.