Skip to contents

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 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")

Usage

After installation, you should be able to create an R project with the RStudio project wizard.

In RStudio,

  1. File > New Project > New Directory

  2. Scroll down and click Create Quarto Website using qtwAcademic templates

  3. 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.