-
Notifications
You must be signed in to change notification settings - Fork 113
/
_output.yml
42 lines (42 loc) · 1.17 KB
/
_output.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
30
31
32
33
34
35
36
37
38
39
40
41
42
bookdown::bs4_book:
css: [css/style.css, css/thinkr.css, css/style_gitbook.css]
theme:
primary: "#DE633C"
fg: "#2b2121"
bg: "#ffffff"
repo: https://github.com/ThinkR-open/engineering-shiny-book
includes:
in_header: ga.html
after_body: gitbook-footer-thinkr.html
bookdown::pdf_book:
includes:
in_header: latex/preamble.tex
before_body: latex/before_body.tex
after_body: latex/after_body.tex
keep_tex: true
dev: "cairo_pdf"
latex_engine: xelatex
citation_package: natbib
template: null
pandoc_args: --top-level-division=chapter
toc_depth: 3
toc_unnumbered: false
toc_appendix: true
quote_footer: ["\\VA{", "}{}"]
bookdown::epub_book:
stylesheet: css/style.css
redirects:
successfulshinyapp: successful-shiny-app
planning: planning-ahead
structure: structuring-project
matters: ux-matters
step-design: dont-rush-into-coding
settingupsuccess: setting-up-for-success
stepprotopype: building-ispum-app
stepbuild: build-app-golem
step-secure: build-yourself-safety-net
secure: version-control
deploy-golem: deploy
when-optimize: need-for-optimization
optim-caveat: common-app-caveats
optimjs: using-javascript