-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yml
29 lines (29 loc) · 831 Bytes
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
default:
notestar:
dir_notebook:
comment: >
directory location for user-edited notebook entries (as
RMarkdown files)
value: "notebook"
dir_md:
comment: >
directory location for knitted/rendered notebook entries
(as markdown files)
value: "notebook/book"
notebook_helper:
comment: >
path to an R script that is run before knitting each notebook
entry
value: "notebook/knitr-helpers.R"
cleanrmd_theme:
comment: >
CSS theme to use for the notebook. Anything printed by
cleanrmd::cleanrmd_themes() should work.
value: "water"
notebook_filename:
comment: >
Name to use for the final html file. Defaults to "notebook"
which produces "notebook.html"
value: "notebook"
---