A repository for the Quarto version of R4Epi.
We can render the files by clicking the Render button in RStudio. To render the HTML and PDF files at the same time, type quarto render
into the terminal.
```{bash}
quarto render
```
You can also render Quarto files with a native R code chunk.
-
The input argument: The input file or project directory to be rendered (defaults to rendering the project in the current working directory).
-
The output_format argument: Target output format (defaults to "html"). The option "all" will render all formats defined within the file or project.
```{r}
#| Render with R
#| eval: false
quarto::quarto_render(output_format = "all")
```
This article is great. After committing, and making sure you are on the main branch, type quarto publish gh-pages
in the terminal.
```{bash}
quarto publish gh-pages
```
This article is great. After committing, and making sure you are on the main branch, type quarto publish netlify
in the terminal.
```{bash}
quarto publish netlify
```
I've used Netlify in the past and have been happy with it. However, I'm not sure that it is necessary or efficient to add the extra layer of using Netlify in GitHub Pages will work just as well. Why introduce a third site into the mix if we don't have to? For now, I may just stick with GitHub Pages.
- Major: physical copy editions
- Minor: new chapters, deletion of chapters, chapter reordering.
- 3rd level: significant edits to existing chapters
- Version number doesn’t change with typo (I.e., spelling and grammar) corrections.
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.