-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
74 lines (64 loc) · 1.34 KB
/
Copy path_quarto.yml
File metadata and controls
74 lines (64 loc) · 1.34 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
66
67
68
69
70
71
72
73
74
project:
execute-dir: project
preview:
browser: false
pre-render: ./quarto-utils/_utils/pre-render.sh
resources:
resources
render:
- "index.qmd"
- "*.ipynb"
- "*.qmd"
- "!HIDDEN"
language:
title-block-author-single: "Auteur"
execute:
echo: false
output: false
error: false
warning: true
#freeze: auto # re-render only when source changes
cache: true
timeout: 60
lang: fr
author:
- name: "Emmanuel BRUNO"
email: "emmanuel.bruno@univ-tln.fr"
url: "https://bruno.univ-tln.fr"
institute:
- Université de Toulon
- LIS UMR CNRS 7020
affiliations:
- name: Université de Toulon
- name: LIS UMR CNRS 7020
date: last-modified
date-format: iso
license: "CC BY-NC"
profile:
default: slides
group:
- [notes, slides]
resources:
- quarto-utils/_assets
metadata-files:
- quarto-utils/_website.yml
# - quarto-utils/_format.yml
filters:
- quarto
- include-code-files
- line-highlight
- lua-env
- add-code-files
- code-fullscreen
- roughnotation
- code-visibility
- auto-dark
- github
format:
html:
css: quarto-utils/custom.css
include-in-header:
text: |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css">
website:
site-url: "https://bruno.univ-tln.fr"