blog_serve: Serve or Compile a Jekyll Blog

Description Usage Arguments

Description

Serve or Compile a Jekyll Blog. A small wrapper around servr::jekyll, which by default also looks for subdirectories witin the main source directory.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
blog_serve(input = c(".", list.dirs("_source")), output = c(".",
  rep("_posts", length(list.dirs("_source")))), ...)

blog_gen(input = c(".", list.dirs("_source")), output = c(".", rep("_posts",
  length(list.dirs("_source")))), ...)

site_gen(input = c(".", list.dirs("_dashboards"), list.dirs("_source")),
  output = c(".", rep(".", length(list.dirs("_dashboards"))), rep("_posts",
  length(list.dirs("_source")))), ...)

site_serve(input = c(".", list.dirs("_dashboards"), list.dirs("_source")),
  output = c(".", rep(".", length(list.dirs("_dashboards"))), rep("_posts",
  length(list.dirs("_source")))), ...)

Arguments

input

passed to servr::jekyll

output

passed to servr::jekyll

...

passed to servr::jekyll


brendan-r/brocks documentation built on May 13, 2019, 5:08 a.m.