generated from ottrproject/OTTR_Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_output.yml
More file actions
20 lines (20 loc) · 1.33 KB
/
_output.yml
File metadata and controls
20 lines (20 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
bookdown::gitbook:
css: [assets/style.css, assets/style_config_default.css, assets/style_config_custom.css]
includes:
#before_body: assets/big-image.html
after_body: assets/footer.html
highlight: lux
config:
toc:
collapse: section
before: |
<p><a href="https://daseh.org/"><img src="https://daseh.org/images/DaSEH_logo_transparent.png" style=" width: 80%; padding-left: 40px; padding-top: 8px; vertical-align: top"></a> </p>
<p style="text-align: center; font-size: 20px; font-weight: bold; font-family: 'Lora', arial, sans-serif; "> Instructor Guide </p>
after: |
<p style="text-align:center;"> <a href="https://www.ottrproject.org/" target="blank" > This content was published with</a> <a href="https://bookdown.org/" target="blank"> bookdown using</a> </p>
<p style="text-align:center;"> <a href="https://github.com/ottrproject/OTTR_Template"> The OTTR Template by:</a></p>
<p style="text-align:center;"> <a href="https://hutchdatascience.org//"> The Fred Hutch Data Science Lab </a></p>
<p style="text-align:center; font-size: 12px;"> <a href="https://github.com/rstudio4edu/rstudio4edu-book/"> Style adapted from: rstudio4edu-book </a> <a href ="https://creativecommons.org/licenses/by/2.0/"> (CC-BY 2.0) </a></p>
bookdown::word_document2:
toc: true
always_allow_html: true