-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
169 lines (137 loc) · 4 KB
/
_quarto.yml
File metadata and controls
169 lines (137 loc) · 4 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
project:
type: website
execute-dir: project
output-dir: docs
resources:
- resources/
- "*/resources/" # Add this line
execute:
freeze: auto
website:
draft-mode: visible
cookie-consent:
type: implied
style: simple
palette: dark
google-analytics:
tracking-id: "G-G5XSH1GLW7"
favicon: resources/ICON.png
title: "DevStart"
description: "DevStart is an online hands-on manual for anyone who is approaching developmental psychology and developmental cognitive neuroscience for the first time, from master's students and PhDs to postdocs."
site-url: "https://tommasoghilardi.github.io/DevStart/"
repo-url: "https://github.com/TommasoGhilardi/DevStart"
image: resources/LOGO.png
# Cards
open-graph:
title: "DevStart"
description: "Getting started with developmental science"
image: "images/ICON.png"
twitter-card:
title: "DevStart"
card-style: summary
description: "DevStart, getting started with developmental science"
site: "@DevSciStart"
image: "images/ICON.png"
# Utilities
back-to-top-navigation: true
page-navigation: true
reader-mode: false
search:
location: sidebar
type: textbox
## Sidebar settings
sidebar:
title: " "
style: "floating"
border: true
align: center
logo: "images/LOGO.png"
tools:
- icon: twitter
href: https://x.com/DevSciStart
- icon: github
menu:
- text: Source Code
url: https://github.com/DevStart-Hub/DevStart
- text: Report a Bug
url: https://github.com/DevStart-Hub/DevStart/issues
- icon: menu-up
href: CONTENT/ContentList.qmd
contents:
- index.qmd
- CONTENT/GettingStarted/DevStartSetupGuide.qmd
- section: "Getting started"
contents:
- CONTENT/GettingStarted/GettingStartedWithPython.qmd
- CONTENT/GettingStarted/GettingStartedWithPsychopy.qmd
- CONTENT/GettingStarted/GettingStartedWithR.qmd
- section: "Creating an experiment:"
href: CONTENT/GettingStarted/CreateYourFirstParadigm.qmd
contents:
- CONTENT/GettingStarted/CreateYourFirstParadigm.qmd
- section: "Eye-tracking"
href: CONTENT/EyeTracking/Intro_eyetracking.qmd
contents:
- CONTENT/EyeTracking/Intro_eyetracking.qmd
- CONTENT/EyeTracking/CreateAnEyetrackingExperiment.qmd
- CONTENT/EyeTracking/EyetrackingCalibration.qmd
- CONTENT/EyeTracking/I2MC_tutorial.qmd
- CONTENT/EyeTracking/FromFixationsToData.qmd
- CONTENT/EyeTracking/PupilPreprocessing.qmd
- CONTENT/EyeTracking/PupilDataAnalysis.qmd
- section: "Stats"
contents:
- CONTENT/Stats/LinearModels.qmd
- CONTENT/Stats/LinearMixedModels.qmd
- CONTENT/Stats/ModelEstimates.qmd
- CONTENT/Stats/GeneralisedModels.qmd
- section: "Workshops"
href: https://devstart.org/Workshops/
## Footer
page-footer:
center:
- href: https://github.com/DevStart-Hub/DevStart
icon: github
aria-label: GitHub
- href: https://x.com/DevSciStart
icon: twitter
aria-label: Twitter
##### Filters #####
filters:
- output-styling
- custom-callout
## Filters settings
output-styling:
appearance: default # Unfilled text boxes with borders
custom-callout:
details:
title: "More details"
icon-symbol: "🔍"
color: "#8E44AD"
appearance: "default"
collapse: true
##### Format #####
format:
html:
# Toc
toc: true
toc-expand: 4
# Images
lightbox: true
theme:
light: bookup.scss
# dark: bookup_dark.scss
mainfont: 'Arial'
# Code variables
code-fold: false
code-copy: true
code-link: true
code-overflow: scroll
code-tools:
source: true
toggle: true
caption: none
highlight-style: zenburn
code-block-background: true
code-block-border-left: "#00B3B3"
editor: visual