qtwAcademic stands for Quarto Websites for Academics, which provides a few Quarto templates for Quarto website that are commonly used by academics.
The templates are designed to make it quick and easy for users with little or no Quarto experience to create a website for their personal portfolio or courses. Each template is fully customizable once the user is more familiar with Quarto.
More about Quarto can be read here.
So far, 3 templates have been implemented in this package:
-
Personal website
-
Website for courses or workshops
-
Minimal website template that can be easily customized
You can find more details on each option in the vignettes.
qtwAcademic
has been accepted in CRAN, you can install by
install.packages('qtwAcademic')
Alternatively, you can install the development version from GitHub.
devtools::install_github("andreaczhang/qtwAcademic")
qtwAcademic
depends on quarto
. It is necessary to have the latest version of quarto
, rmarkdown
as well as Rstudio.
install.packages("quarto")
After installation, you should be able to create an R project with the RStudio project wizard.
In RStudio,
-
File > New Project > New Directory
-
Scroll down and click Create Quarto Website using qtwAcademic templates
-
In the drop-down menu, select the template you prefer.
This will generate a self-contained R project ready for render.
There are a few ways to publish your website. You can read more about publishing here.