Sets up the directory for a new blog post. Note this function was modified from the one originally supplied by Tom Mock.
Usage
ft_quarto_create_post(
title,
file = "index.qmd",
subtitle = "",
date = Sys.Date(),
draft = FALSE,
title_limit = 40,
open_file = TRUE
)
See also
Other Quarto:
ft_quarto_get_categories()