-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
49 lines (47 loc) · 1.07 KB
/
_quarto.yml
File metadata and controls
49 lines (47 loc) · 1.07 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
project:
type: website
resources:
- awesomestyle.css
- js/vdrSignalAnalysis.js
- calculatrices/malibrairie.js
website:
title: "Carnet de Nicolas"
favicon: img/favicon/favicon.png
site-url: https://respiratoire.ca/
open-graph: true
search:
show-item-context: true
keyboard-shortcut: ["?"]
sidebar:
- id: "calculatrices"
title: "Calculatrices"
style: "floating"
contents:
- section: Calculatrices
contents: "calculatrices/*.qmd"
navbar:
background: primary
title: false
logo: img/logo/Nébuliseur2-simple.svg
left:
- icon: newspaper
href: index.qmd
- icon: flask
href: projets.qmd
- icon: projector
href: presentations.qmd
- icon: calculator
href: calculatrices/index.qmd
#tools:
#- text: Observable
#icon: link
#href: https://observablehq.com
#- icon: rss
#title: Flux RSS
#href: index.xml
format:
html:
html-math-method: mathml
lang: fr
theme: flatly
css: awesomestyle.css