# at the time of writing the stable release is 1.3.450
# Quarto beta install
quarto -v
1.4.489
Reasons: relatively simple and one can easily see what is going on in terms of files generated on the filesystem
Create github repo on GitHub web. Clone it locally.
Within Rstudio > Create a New Project > Quarto Website within the clone as sub-folder but without the git option and using the same name as the repo
Within Rstudio Terminal, inspect Quarto files, then move them up from sub-folder. Delete the sub-folder.
Within Rstudio > Edit .gitignore adding:
_site/
.DS_Store/
/.quarto/
.gitignore
.Rhistory
Within Rstudio Terminal add some Example #n files, edit index.qmd, about.qmd
Within Rstudio > Edit _quarto.yml to add Example files
Choose a standard HTML theme from list html-themes and edit _quarto.yml appropriately
Check-in files to github
Within Rstudio Terminal run ‘quarto publish gh-pages’
Especially as I will use a beta version to look at Dashboards that will be soon supported in a stable release