R/labnb_serve.R

labnb_serve <- function(serve=T) {
  servr::jekyll(input = c(list.dirs("_source")),
                output = c(rep("_posts", length(list.dirs("_source")))),
                serve = serve)
}
jrcunning/labnotebookTools documentation built on May 19, 2019, 11:52 p.m.