Skip to content

Commit

Permalink
feat: use lightbox yaml option
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed May 6, 2024
1 parent fed6909 commit 1bebb7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/create_post.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ create_post <- function(title, date = NULL) {
yaml <- c(yaml, paste0("image: \"\""))
yaml <- c(yaml, paste0("toc: true"))
yaml <- c(yaml, paste0("draft: false"))
yaml <- c(yaml, paste0("lightbox: true"))
yaml <- c(yaml, paste0("code-overflow: scroll"))
yaml <- c(yaml, "---")
yaml <- c(yaml, "")
Expand Down

0 comments on commit 1bebb7a

Please sign in to comment.