diff --git a/R/create_post.R b/R/create_post.R index 58dc5d2..f4f884a 100644 --- a/R/create_post.R +++ b/R/create_post.R @@ -88,7 +88,8 @@ create_post <- function(title, date = NULL) { yaml <- c(yaml, paste0("categories: [tag1, tag2]")) yaml <- c(yaml, paste0("image: \"\"")) yaml <- c(yaml, paste0("toc: true")) - # yaml <- c(yaml, paste0("draft: true")) + yaml <- c(yaml, paste0("draft: false")) + yaml <- c(yaml, paste0("code-overflow: scroll")) yaml <- c(yaml, "---") yaml <- c(yaml, "") yaml <- c(yaml, "Post content...")