'Quarto' Website Templates for Academics.
qtwAcademic
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.
Templates
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.
Installation
qtwAcademic
has not been accepted in CRAN yet. You can install the development version from GitHub.
devtools::install_github("andreaczhang/qtwAcademic")
qtwAcademic
depends on quarto
, so it is necessary to have the latest version.
install.packages("quarto")
Usage
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.
Publishing
There are a few ways to publish your website. You can read more about publishing here.