Lecturer: Michael Lydeamore
Department of Econometrics and Business Statistics
Aim
Why
(Assumed knowledge from ETC5513)
(multi-language, next generation version of R Markdown)
Changes
Rmd
Quarto is quite NEW – v1 was released only on 20th July 2022!
The best documentaton is at https://quarto.org/
What is the difference?
index.html
is a special reserved name for the “index” page
If you go to https://cwd.numbat.space/, this in fact is loading https://cwd.numbat.space/index.html
Any other file name and folder structure requires you to append it to the domain or subdomain, e.g. https://cwd.numbat.space/lectures/lecture-00.html
Using RStudio IDE
File > New Project > New Directory > Quarto Blog
_quarto.yml
https://username.quarto.pub/mysite/
where
username
is your Quarto Pub usernamemysite
is the site namemysite
.Note: it may take 10 minutes or so to render the first time.
index.html
to:Site settings > Change site name
for a more sensible domain name.Summary
ETC5523 Week 4