-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
75 lines (61 loc) · 1.52 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
project:
title: "codif-ape-API"
type: website
render:
- /website/*.qmd
website:
page-navigation: true
title: "Évaluation classification APE"
description: "Site pour faciliter l'évalutation d'un modèle"
site-url: "https://ThomasFaria.github.io/codif-ape-API/"
repo-url: "https://github.com/ThomasFaria/codif-ape-API"
repo-actions: [edit, issue]
open-graph: true
page-footer:
left: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
background: "#A7D5E8"
right:
- text: "License"
href: LICENSE.md
navbar:
background: "#A7D5E8"
# logo: "images/logo-INSEE.png"
align: center
title: false
collapse-below: lg
right:
- icon: github
href: "https://github.com/ThomasFaria/codif-ape-API"
aria-label: GitHub
left:
- text: "Accueil"
href: website/index.qmd
- text: "Évaluation de liasses"
href: website/eval-liasses.qmd
- text: "LMNP"
href: website/lmnp.qmd
# sidebar:
# - id: ppi
# title: "PPI"
# style: "floating"
# collapse-level: 2
# align: left
# contents:
# - href: ppi.qmd
# - href: post-mortem-ppi.qmd
format:
html:
# keep-ipynb: true
theme:
light: [cosmo, style/styles.scss]
reference-location: margin
toc: true
code-copy: true
code-overflow: wrap
mainfont: "Atkinson Hyperlegible"
include-in-header: "style/fontawesome.html"
execute:
echo: false
warning: false
freeze: auto
editor: visual