-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
31 lines (31 loc) · 897 Bytes
/
_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
name: "Creer son premier package R"
title: "Creer son premier package R"
description: |
Creer son premier package R
output_dir: "docs"
include: slides/
exclude: ["renv"]
navbar:
right:
- text: "Home"
href: index.html
- text: "Configuration"
href: configuration.html
- text: "Ateliers"
menu:
- text: "Creer son premier package"
href: atelier1.html
- text: "Le workflow de l'alimentation d'un package"
href: atelier2.html
- text: "Ajouter des datasets"
href: atelier3.html
- text: "Ajouter des vignettes et un site de documentation"
href: atelier4.html
- text: "Ajouter des templates Rmarkdown"
href: atelier5.html
- text: "Gérer les versions de votre package"
href: atelier6.html
output:
distill::distill_article:
theme: theme.css
css: card.css