Publishing a Quarto website through GitHub Pages

Опубликовано: 25 Октябрь 2024
на канале: Joshua French
9,468
107

A brief tutorial on publishing a Quarto website through GitHub Pages. The general principles should apply to websites created through other software.

An html version of this material used in the video can be downloaded to your current working direction (run `getwd()` in the Console to see where this is) by running the following command in the R Console:

download.file("https://raw.githubusercontent.com/jfr...",
"07-github-website.html")