serve_nb: Serve the Jekyll Notebook

Description Usage Arguments Details

Description

This function will make a system call using jekyll serve on the specified host address, port, and using the specified config file

Usage

1
serve_nb(host = "0.0.0.0", port = "4000", config = "_config_dev.yml")

Arguments

host

The host address to serve the jekyll site on

port

The port to make the jekyll site accessible on

config

The config file to use to for jekyll

Details

serve_nb will build the notebook only using jekyll. It will not rebuild any .Rmd files. build_nb needs to be run in order to rebuild any changed .Rmd files.


thephilross/iver documentation built on May 31, 2019, 9:49 a.m.