#' @export
set_post_categories <- function(post_categories) {
Sys.setenv(BLOG_POST_CATEGORIES = paste(post_categories, collapse = ', '))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.