-
Notifications
You must be signed in to change notification settings - Fork 5
/
_output.yml
42 lines (36 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
# WEB version at https://cdyf.me default main version
bookdown::bs4_book:
# template: "template.html" over-ride default template.html
twitter-handle: dullhunk
includes:
in_header: [header.html]
# after_body: [footer.html]
theme:
primary: "#556B2F"
repo: https://github.com/dullhunk/cdyf
# PDF, EPUB and WORD don't work until we can fix
# https://github.com/dullhunk/cdyf/issues/446
# miraculously fixed by update
# PDF version at https://cdyf.me/cdyf.pdf
# bookdown::pdf_book:
# latex_engine: "xelatex"
# citation_package: natbib
# keep_tex: true
# keep_tex: yes doesn't work
# EPUB version at https://cdyf.me/cdyf.epub
# bookdown::epub_book: default
# WORD version at https://cdyf.me/cdyf.docx
# Pagination is horrible but good for editing sometimes
# bookdown::word_document2: default
# gitbook not needed but it does work
# bookdown::gitbook:
# config:
# toc:
# collapse: section
# before: |
# <li><a href="./">Coding Your Future</a></li>
# edit:
# link: https://github.com/dullhunk/cdyf/edit/master/%s
# text: "Edit"
# sharing: no
# css: r4ds.css