-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_output.yml
executable file
·46 lines (44 loc) · 1.1 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
45
46
bookdown::bs4_book:
config:
toc:
collapse: section
before: |
<li><a href="./">Using R at Grattan Institute</a></li>
download: ["pdf"]
repo:
base: https://github.com/grattan/R_at_grattan
branch: main
theme:
primary: "#f68b33"
danger: "#dc3545" # default .rmdcaution = red
success: "#198754" # default .rmdimportant = green
info: "#0dcaf0" # default .rmdtip = cyan
warning: "#ffc107" # default .rmdwarning = yellow
base_font:
google:
family: Roboto
wght: 300
heading_font:
google:
family: Roboto
wght: 900
code_font:
google:
# arguments to sass::font_google()
family: Roboto Mono
wght: 300
# bookdown::gitbook:
# config:
# toc:
# collapse: section
# before: |
# <li><strong><a href="./">Using R at Grattan</a></strong></li>
# sharing: no
# css: style.css
# bookdown::pdf_book:
# includes:
# in_header: preamble.tex
# latex_engine: xelatex
# citation_package: natbib
# keep_tex: yes
# bookdown::epub_book: default