-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_site.yml
54 lines (50 loc) · 1.18 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
name: "Finist'R, édition 2021"
output_dir: "./build"
navbar:
title: "Finist'R 2021"
left:
- text: ""
icon: fa-github
href: https://github.com/StateOfTheR/finistR2021
right:
- text: "Workflow"
icon: fa-gear
href: instructions.html
- text: "Nouvelles Fonctions Graphiques"
icon: fa-desktop
href: datavizu.html
- text: "Enseignement"
icon: fa-user-graduate
menu:
- text: "R en ligne"
href: deepnote.html
- text: "Github classroom"
href: githubclassroom.html
- text: "Stat avec python"
icon: fab fa-python
href: lm_python.html
- text: "Communication"
icon: fa-address-book-o
menu:
- text: "Site web"
href: webpages.html
- text: "Présentations"
icon: fa-slideshare
href: xarigan_flipbook.html
- text: "Shiny"
href: shiny.html
- text: "Code performant"
icon: fa-address-book-o
menu:
- text: "Package et tests"
icon: fa-box-open
href: test-unitaires.html
- text: "OpenMP"
href: openmp.html
- text: "CalculMemoParal"
icon: fa-box-open
href: parallelisme.html
output:
html_document:
theme: flatly
highlight: tango