-
Notifications
You must be signed in to change notification settings - Fork 58
/
_output.yml
executable file
·44 lines (43 loc) · 1.52 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
43
44
bookdown::bs4_book:
theme:
primary: "#4D6F8D"
# bootswatch: cyborg
# highlight: breezedark
#theme: !expr bslib::bs_theme(version = "4", bootswatch = "sketchy", bg = "#222529", fg = "#fff")
#theme: !expr bslib::bs_add_rules('@import "https://unpkg.com/nes.css@latest/css/nes.min.css"', theme = bslib::bs_theme(bg = "#0d0c0c", fg = "#e5e5e5", primary = "#dd2020", base_font = bslib::font_google("Press Start 2P"), code_font = bslib::font_google("Press Start 2P"), "font-size-base" = "0.75rem", "enable-rounded" = FALSE))
repo: https://github.com/DivadNojnarg/outstanding-shiny-ui
css: css/style.css
bookdown::gitbook:
css: css/style.css
config:
toc:
collapse: section
before: |
<li><a href="./">Outstanding User Interfaces with Shiny</a></li>
after: |
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
edit: https://github.com/DivadNojnarg/outstanding-shiny-ui/edit/master/%s
sharing:
facebook: no
twitter: no
github: yes
all: []
download: []
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{", "}{}"]
extra_dependencies: ["flafter"]
bookdown::epub_book:
stylesheet: css/style.css