-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
94 lines (89 loc) · 2.37 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
project:
type: website
website:
title: "Données émergentes"
navbar:
left:
- text: "Home"
file: index.qmd
- text: "Introduction"
file: introduction.qmd
- text: "Données administratives"
menu:
- administratives.qmd
- administratives_exemples.qmd
- text: "Données géolocalisées"
menu:
- geolocalized_data.qmd
- geolocalized_data_exemples.qmd
- text: "Analyse textuelle"
menu:
- textes.qmd
- applications/ape.qmd
- textes_exemples.qmd
- text: "Analyse d'images"
menu:
- images.qmd
- images_exemples.qmd
- text: "Nowcasting"
menu:
- series_temporelles.qmd
- nowcasting_exemples.qmd
sidebar:
style: "docked"
search: true
contents:
- section: "Introduction"
contents:
- introduction.qmd
- section: "Données administratives"
contents:
- administratives.qmd
- administratives_exemples.qmd
- section: "Données géolocalisées"
contents:
- geolocalized_data.qmd
- geolocalized_data_exemples.qmd
- section: "Analyse textuelle"
contents:
- textes.qmd
- applications/ape.qmd
- textes_exemples.qmd
- section: "Analyse d'images"
contents:
- images.qmd
- images_exemples.qmd
- section: "Nowcasting"
contents:
- series_temporelles.qmd
- nowcasting_exemples.qmd
tools:
- icon: twitter
href: https://twitter.com
- icon: github
menu:
- text: Source Code
url: https://github.com/InseeFrLab/cours-nouvelles-donnees-site
- text: Report a Bug
url: https://github.com/InseeFrLab/cours-nouvelles-donnees-site/issues
page-navigation: true
page-footer:
left: "(c) 2022, Lino Galiana and Tom Seimandi"
right:
- icon: github
href: https://github.com/InseeFrLab/cours-nouvelles-donnees-site
reader-mode: true
repo-url: https://github.com/InseeFrLab/cours-nouvelles-donnees-site
repo-actions: [edit, issue]
twitter-card:
creator: "@linogaliana"
open-graph: true
bibliography: references.bib
format:
html:
theme: cosmo
css: styles.css
toc: true
theme:
light: flatly
dark: darkly