-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
69 lines (61 loc) · 1.44 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
65
66
67
68
69
project:
type: book
output-dir: docs
book:
title: "MA{VR}X Lab Manual"
author: "Ryan Straight"
date: last-modified
description: "This is the lab manual for the Mixed Augmented ViRtual eXtended Reality Lab in the College of Applied Science and Technology at the University of Arizona."
favicon: images/square-solid.jpg
twitter-card: true
page-footer:
left: |
<a href="https://mavrxlab.org/">MA{VR}X Lab</a>
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
site-url: https://mavrxlab.github.io/manual/
repo-url: https://github.com/mavrxlab/manual
repo-actions: [edit,issue]
# downloads: [pdf, epub]
chapters:
- index.qmd
- about.qmd
- roles.qmd
- onboarding.qmd
- spaces.qmd
- comms.qmd
- meetings.qmd
- practice-protocols.qmd
- dissemination.qmd
- summary.qmd
- references.qmd
appendices:
- project-step-by-step.qmd
- faq.qmd
bibliography: references.bib
#margin-header: |
# ![Logo image](images/square-solid.jpg)
editor_options:
markdown:
wrap: 72
canonical: true
execute:
freeze: false
echo: false
warning: false
message: false
format:
html:
theme: zephyr
number-depth: 0
# epub: default
# pdf:
# documentclass: scrreprt
# cap-location: margin
# include-in-header:
# text: |
# \usepackage{makeidx}
# \makeindex
# include-after-body:
# text: |
# \printindex