-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
55 lines (49 loc) · 1.29 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
project:
title: "ediSurveys"
type: website
output-dir: docs
render:
- index.qmd
- codebook.qmd
website:
title: "EDI survey"
description: "Visualisations of the responses to the survey regarding equity, diversity, and inclusion among users and contributors at PsychoPy."
site-url: https://psychopy.github.io/psychopy-edi-survey/
repo-url: https://github.com/psychopy/psychopy-edi-survey
repo-subdir: docs
favicon: images/ostFavicon.png
body-header: "(Powered by [Quarto](https://quarto.org/) and [R](https://www.r-project.org/))"
navbar:
background: "#26DCF0"
search: true
left:
- text: "Main report"
file: index.html
- text: "Codebook"
file: codebook.html
right:
- icon: github
href: https://github.com/psychopy/psychopy-edi-survey
format:
html:
embed-resources: true
self-contained: true
theme: [cerulean, custom.scss]
mainfont: raleway
toc: true
toc-title: Contents
toc-depth: 5
toc-float: true
page-layout: full
fig-width: 11
fig-height: 8
fig_retina: 1
smooth-scroll: true
link-external-icon: true
link-external-newwindow: true
code-fold: true
code-summary: "Show the code"
csl: bibs/apa.csl
execute:
echo: false
editor: source