-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_output.yml
32 lines (30 loc) · 1.06 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
bookdown::bs4_book:
theme:
primary: "#012E67"
fg: "#2b2121"
bg: "#ffffff"
repo: https://github.com/PIP-Technical-Team/PIPmanual/
css: ["https://unpkg.com/tachyons@4/css/tachyons.min.css", css/style.css, css/r-colors.css, css/smltar.css]
bookdown::gitbook:
highlight: tango
includes:
# in_header: files/hypothesis.html
before_body: files/open_review_block.html
css: ["https://unpkg.com/tachyons@4/css/tachyons.min.css", css/style.css, css/r-colors.css, css/smltar.css]
config:
toc:
collapse: section
scroll_highlight: yes
before: |
<li><strong><a href="./">PIP Internal Guidelines</a></strong></li>
after: |
<li><a href="https://github.com/PIP-Technical-Team/PIPmanual" target="blank">Published with bookdown</a></li>
toolbar:
position: fixed
edit:
link: https://github.com/PIP-Technical-Team/PIPmanual/edit/master/%s
search:
engine: fuse
sharing: no
info: yes
# pandoc_args: [ "--top-level-division=chapter", "--csl", "taylor-and-francis-chicago-author-date.csl" ]