-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yaml
More file actions
65 lines (63 loc) · 2.01 KB
/
_quarto.yaml
File metadata and controls
65 lines (63 loc) · 2.01 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
54
55
56
57
58
59
60
61
62
63
64
65
project:
type: website
preview:
port: 5000
host: 0.0.0.0
render:
- /src/**/index.qmd
- index.qmd
- /cards/*.qmd
- /src/documentation/sections/*.qmd
website:
page-navigation: true
title: "Projet Données Satellites"
site-url: "https://github.com/orgs/InseeFrLab/teams/satellite-images/repositories"
repo-url: "https://github.com/orgs/InseeFrLab/teams/satellite-images/repositories"
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/a/a4/Logo_Insee_2025.svg
align: center
title: false
collapse-below: lg
right:
- icon: github
href: "https://github.com/orgs/InseeFrLab/teams/satellite-images/repositories"
aria-label: GitHub
left:
- href: index.qmd
text: Accueil
sidebar:
- style: "docked"
background: light
contents:
- section: "Navigation"
contents:
- text: "Présentation du projet"
href: "src/documentation/index.qmd"
- text: "Une image satellite"
href: "src/documentation/sections/satellite_image.qmd"
- text: "Acquisition"
href: "src/documentation/sections/acquisition.qmd"
- text: "Entraînement d'un modèle"
href: "src/documentation/sections/entrainement.qmd"
- text: "Mise à disposition des résultats"
href: "src/documentation/sections/inference.qmd"
- text: "Pipeline du projet"
href: "src/documentation/sections/pipeline.qmd"
format:
html:
theme:
light: [cosmo, style/styles.scss]
dark: [cyborg, style/styles.scss]
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="src/_extensions/InseeFrLab/onyxia/favicon-32x32.png">