generated from fabbiocrux/CI3
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
142 lines (131 loc) · 3.43 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
project:
type: website
output-dir: docs
preview:
port: 4040
# resources:
# - "Slides/**"
website:
title: "CLIP-USACH"
site-url: ""
repo-url: ""
search:
type: overlay
page-footer:
left: |
Desarrollado por:
[![](https://raw.githubusercontent.com/fabbiocrux/Figures/main/Logos/ENSGSI/2022/Lorraine%20INP%20ENSGSI%20RS%20(couleur%2C%20CMJN).png){fig-alt="ENSGSI" width=65px}](https://www.ensgsi.univ-lorraine.fr/)
center:
- text: "Université de Lorraine"
# href: about.qmd
# - text: "FAQ"
# href: docs/faq/index.qmd
# - text: "License"
# href: license.qmd
# - text: "Trademark"
# href: trademark.qmd
# right:
# - icon: twitter
# href: ""
# aria-label: Quarto Twitter
# - icon: github
# href: https://github.com/fabbiocrux/CI3
# aria-label: Quarto GitHub
# - icon: rss
# href: https://quarto.org/docs/blog/index.xml
# aria-label: Quarto Blog RSS
background: light
navbar:
background: light
logo: assets/img/ENSGSI-Carre.png
logo-alt: "ENSGSI Logo"
# title: true
collapse-below: lg
left:
- text: "Inicio"
file: index.qmd
- text: "Sprints"
file: CM.qmd
# - text: "Workshops"
# file: TD.qmd
# - text: "Travaux Pratiques"
# file: TP.qmd
# - text: "Aide"
# menu:
# - text: "Report un Erreur"
# icon: "bug"
# href: "https://github.com/quarto-dev/quarto-cli/issues"
# - text: "Demandez une Question"
# icon: "chat-right-text"
# href: "https://github.com/quarto-dev/quarto-cli/discussions"
# - text: "FAQ"
# icon: "question-circle"
# href: docs/faq/index.qmd
# tools:
# - icon: twitter
# href: https://twitter.com/fabbiocrux
# text: Quarto Twitter
# - icon: github
# href: https://github.com/fabbiocrux/MdP
# text: MdP GitHub
sidebar:
- title: "Cours Magistraux"
style: "floating"
contents:
- CM.qmd
- CM/CM1.qmd
- CM/CM2.qmd
- CM/CM3.qmd
- CM/CM4.qmd
- CM/CM5.qmd
- CM/CM6.qmd
# - title: "Travaux Dirigés"
# style: "floating"
# contents:
# - TD.qmd
# - TD/TD1.qmd
# - TD/TD2.qmd
# - title: "Travaux Pratiques"
# style: "floating"
# contents:
# - TP.qmd
# - TP/TP1.qmd
# - TP/TP2.qmd
# - TP/TP3.qmd
# - TP/TP4.qmd
# - TP/TP5.qmd
# - TP/TP6.qmd
# - TP/TP7.qmd
# - TP/TP8.qmd
# - TP/TP9.qmd
page-navigation: true
back-to-top-navigation: true
format:
html:
theme:
- litera
- assets/custom.scss
toc: true
number-sections: true
html-math-method: mathjax
include-in-header:
- text: |
<script>
window.MathJax = {
loader: {
load: ['[tex]/physics']
},
tex: {
packages: {'[+]': ['physics']}
}
};
</script>
#css: assets/styles.css
# pdf:
# documentclass: scrreprt
execute:
cache: false
echo: false
#freeze: true
bibliography: assets/references.bib
editor: visual