-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
65 lines (59 loc) · 1.89 KB
/
_quarto.yml
File metadata and controls
65 lines (59 loc) · 1.89 KB
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
project:
type: website
output-dir: docs
# Run: quarto render → HTML tutorial (default)
# Run: quarto render --profile manuscript → PDF manuscript
# Run: python sync_gdocs.py upload → push all .qmd to Google Docs for review
# Run: python sync_gdocs.py download → pull edits back
website:
title: "Mobile Multimodal Lab"
sidebar:
style: "floating"
search: true
contents:
- text: "Home"
href: Tutorial/index.qmd
- section: "Introduction"
href: Tutorial/Introduction.qmd
- section: "Methods"
contents:
- text: "Overview"
href: Tutorial/02_lab_setup.qmd
- text: "Experimental design"
href: Tutorial/Method-experiment.qmd # TODO add also relevant scripts to view
- text: "Lab Setup"
href: Tutorial/Method-labsetup.qmd
- text: "Processing"
href: Tutorial/Method-processing.qmd
- text: "Motion tracking"
href: Tutorial/Method-processing.qmd
- section: "Analysis"
contents:
- text: "Overview"
href: Tutorial/Analysis.qmd
navbar:
tools:
- icon: github
menu:
- text: Source Code
href: https://github.com/MultiMobLab/Mobile-Multimodal-Lab
- text: Report a Bug
href: https://github.com/MultiMobLab/Mobile-Multimodal-Lab/issues
# Default format: HTML tutorial (full code + all sections)
format:
html:
theme: lux
highlight-style: github
css: styles.css
toc: true
number-sections: true
code-fold: true # code visible but collapsible by default
code-tools: true # copy button, show/hide all
code-link: true
# Default execution: run and show code in HTML
execute:
echo: true
eval: true
warning: false
message: false
cache: true # cache outputs so re-renders are fast