generated from sipbs-compbiol/sipbs-compbiol-book-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
65 lines (50 loc) · 1.54 KB
/
_quarto.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# These variables define the project; they may not need to be changed
project:
type: book
output-dir: _book
# These variables define the book contents - adjust them as necessary
book:
title: "A Little Book of Data Analysis"
reader-mode: true
# The cover image and favicon; these may not need to be changed
cover-image: sipbs_compbio_800.png
favicon: icon_32.png
# Sets the page footer text/images
page-footer:
left: |
This book was written by Leighton Pritchard.
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
# Sets the URL for the repository
repo-url: https://github.com/sipbs-compbiol/little-data-analysis-book
repo-branch: main
repo-actions: [edit, issue]
# Sets author information and publication/presentation date
author: "Leighton Pritchard"
date: "01/05/2024"
# Define chapters and sections here
chapters:
- index.qmd
- intro.qmd
- part: early-section.qmd
chapters:
- causal-linear-regression.qmd
- part: late-section.qmd
chapters:
- webr-example.qmd
- references.qmd
# Location of BibTeX format reference file; may not need to be changed
bibliography: references.bib
# Formatting and theme; may not need to be changed
format:
html:
theme: cosmo
code-link: true
author-meta: "Leighton Pritchard"
# Do not build PDF
# pdf:
# documentclass: scrreprt
# Freeze output before pushing modifications to the repository when publishing
# Should not need changing
execute:
freeze: auto