-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
61 lines (55 loc) · 1.39 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
56
57
58
59
60
project:
type: website
website:
site-url: https://iqb-vocabs.github.io/
title: "IQB Metadaten"
favicon: favicon.ico
page-navigation: true
repo-url: https://github.com/iqb-vocabs/iqb-vocabs.github.io
repo-actions: [issue]
navbar:
pinned: true
search: true
logo: IQB-klein.png
right:
- icon: github
href: https://github.com/iqb-vocabs/iqb-vocabs.github.io
aria-label: Source Code
page-footer:
background: light
right:
- text: "{{< var iqb.footer >}}"
href: https://www.iqb.hu-berlin.de
left:
- text: "{{< fa house >}}"
href: index.qmd
sidebar:
style: "docked"
lang: de
collapse-level: 1
contents:
- href: index.qmd
text: Start
- section: "Einführung"
href: intro/index.qmd
contents:
- intro/collaboration.qmd
- text: "Metadatenprofile"
href: metadatenprofile/index.qmd
- section: "Vokabulare"
href: vokabulare/index.qmd
contents:
- href: vokabulare/bildungstandards.qmd
text: "Bildungstandards"
- href: vokabulare/allg_vocabs.qmd
text: "Aufgaben und Items"
- href: vokabulare/forschungsdaten.qmd
text: "Forschungsdaten"
format:
html:
theme: cosmo
css: styles.css
toc: true
anchor-sections: true
link-external-icon: true
link-external-newwindow: true