-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yaml
More file actions
53 lines (43 loc) · 1.23 KB
/
_quarto.yaml
File metadata and controls
53 lines (43 loc) · 1.23 KB
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
project:
type: website
render:
- /slides/*/*.qmd
- /papers/*/*.qmd
- index.qmd
- cards/*.qmd
website:
page-navigation: true
title: "Présentations codification automatique de l'APE"
site-url: "https://inseefrlab.github.io/codif-ape-prez/"
repo-url: "https://github.com/InseeFrLab/codif-ape-prez"
open-graph: true
page-footer:
left: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
right:
- text: "License"
href: LICENSE
navbar:
logo: https://upload.wikimedia.org/wikipedia/fr/thumb/1/10/Logo_Insee.svg/1200px-Logo_Insee.svg.png
align: center
title: false
collapse-below: lg
right:
- icon: github
href: "https://github.com/InseeFrLab/codif-ape-prez"
aria-label: GitHub
left:
- href: index.qmd
text: Accueil
format:
html:
theme:
light: [cosmo, style/styles.scss]
dark: [cyborg, style/styles.scss]
include: true
reference-location: margin
toc: true
code-copy: true
code-overflow: wrap
include-in-header: "style/fontawesome.html"
header-includes: |
<link rel="icon" type="image/png" sizes="32x32" href="slides/_extensions/InseeFrLab/onyxia/favicon-32x32.png">