-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path_quarto.yml
43 lines (39 loc) · 879 Bytes
/
_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
project:
type: website
render:
- "*.qmd"
- "!*.rmd"
output-dir: docs
resources:
- "Figures/"
website:
site-url: https://crumplab.com/ResearchMethods/
repo-url: https://github.com/CrumpLab/ResearchMethods/
repo-branch: master
repo-actions: [edit]
google-analytics: "G-1G3JXMZKFK"
title: "Research Methods for Psychology"
sidebar:
logo: ResearchMethods.png
contents:
- index.qmd
- Reading_Formats.qmd
- 01-PsychScience.qmd
- 02-GettingStarted.qmd
- 03-Measurement.qmd
- 04-SingleFactor.qmd
- 05-Factorial.qmd
- 06-Theory.qmd
- 07-Ethics.qmd
- 08-Control.qmd
- 09-Nonexperimental.qmd
- 10-Survey.qmd
- 11-Single.qmd
- 12-Presenting.qmd
- 13-Descriptives.qmd
- 14-Inferential.qmd
format:
html:
theme: cosmo
toc: true
editor: source