-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_site.yml
37 lines (37 loc) · 1.09 KB
/
_site.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
name: "rstatsZH"
title: "rstatsZH - Data Science mit R"
description: |
Ein R Kurs für Mitarbeiter_innen der Verwaltung des Kantons Zürich
output_dir: "docs"
include: ["slides/"]
creative_commons: CC BY-SA
base_url: https://rstatszh.github.io/website/
repository_url: https://github.com/rstatsZH/website
navbar:
search: false
right:
- text: "Home"
href: index.html
- text: "Hausaufgaben"
menu:
- text: "Hausaufgabe 01"
href: ha-01-hallo-git.html
- text: "Hausaufgabe 02"
href: ha-02-hallo-ogd.html
- text: "Hausaufgabe 03"
href: ha-03-hallo-dplyr.html
- text: "Hausaufgabe 04"
href: ha-04-mehr-dplyr.html
- text: "Hausaufgabe 05"
href: ha-05-erstes-projekt.html
- text: "Hausaufgabe 06"
href: ha-06-projektarbeit.html
- text: "Haufaufgabe SQL"
href: ha-99-sql-rmarkdown.html
- text: "Code of Conduct"
href: code_of_conduct.html
- icon: fab fa-github
href: https://github.com/rstatsZH/website
output:
distill::distill_article:
toc: true