-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
_quarto.yml
43 lines (36 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
project:
type: website
output-dir: docs
website:
title: "Asreview Academy"
favicon: "images/ASReviewLAB/Elas_afstudeerhoedje.png"
sidebar:
background: "#FDCB25" #5287C6
logo: "images/ASReviewLAB/Elas_afstudeerhoedje.png"
pinned: true
align: left
tools:
- icon: github
href: https://github.com/asreview/asreview-academy/
text: "GitHub organization"
style: "docked"
search: true
collapse-level: 1
contents:
- href: index.qmd
text: Home
# - href: about.qmd
# text: About
- section: "Introduction Courses"
contents:
- href: ASReviewLAB.qmd
text: ASReview LAB v1.6
- href: datatools.qmd
text: Datatools
- href: simulation.qmd
text: Simulation Mode
format:
html:
theme: cosmo
css: styles.css
toc: true