-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_quarto.yml
More file actions
40 lines (36 loc) · 822 Bytes
/
_quarto.yml
File metadata and controls
40 lines (36 loc) · 822 Bytes
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
project:
type: website
output-dir: docs
website:
repo-url: https://github.com/MalikaIhle/Simulations-for-Advanced-Power-Analyses
repo-actions: [edit, issue]
sidebar:
style: "docked"
search: true
logo: images/LMU-OSC_logo_small.jpg
contents:
- index.qmd
- section: "Models"
contents:
- LM1.qmd
- LM2.qmd
- GLM.qmd
- LMM.qmd
- SEM.qmd
- section: "Bonuses"
contents:
- optimizing_code.qmd
- how_many_iterations.qmd
- SEM_fit_index.qmd
- Resources.qmd
format:
html:
theme: cosmo
css: styles.css
toc: true
html-math-method: katex
include-in-header:
- file: matomo_analytics.html
execute:
cache: true
editor: source