testing quarto post app

test
Author

Haky Im

Published

August 10, 2023

Modified

August 10, 2023

You can install the development version of quartopost from GitHub with

# install.packages("devtools")
devtools::install_github("petzi53/quartopost")

from the command line at the root of the blog folder (e.g. ‘/Users/haekyungim/Github/web-lab-notes-quarto’) run the following

library(quartopost)

if (interactive()) {
  quartopost()
}