-
Notifications
You must be signed in to change notification settings - Fork 4
/
_quarto.yml
90 lines (86 loc) · 2.69 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
project:
type: website
pre-render:
- publications.r
resources:
- _headers
website:
title: "MCU"
description: "A data science blog and portfolio by Mickaël CANOUIL"
favicon: /assets/images/logo.svg
image: /assets/images/social-profile.png
site-url: https://mickael.canouil.fr
repo-url: https://github.com/mcanouil/mickael.canouil.fr
repo-actions: [edit, issue]
open-graph: true
twitter-card: true
page-navigation: true
back-to-top-navigation: true
page-footer:
border: true
left: |
Powered by [{{< iconify simple-icons:quarto >}} Quarto](https://quarto.org).
center: |
© 2024 Mickaël CANOUIL. [{{< iconify octicon:heart-fill-16 >}} Sponsor](https://github.com/sponsors/mcanouil?o=esb).
right: |
License: [CC BY NC SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0).
navbar:
title: "MCU"
search: true
logo: assets/images/logo.svg
right:
- text: About
href: index.qmd
- text: Blog
href: blog.qmd
- text: Projects
href: projects.qmd
- text: Talks
href: talks.qmd
- text: Publications
href: publications.qmd
- text: "{{< iconify fa6-brands:mastodon >}}"
href: "https://fosstodon.org/@MickaelCanouil"
rel: me
- text: "{{< iconify fa6-brands:bluesky >}}"
href: "https://bsky.app/profile/mickael.canouil.fr"
- text: "{{< iconify fa6-brands:x-twitter >}}"
href: "https://x.com/MickaelCanouil"
- text: "{{< iconify fa6-brands:linkedin >}}"
href: 'https://www.linkedin.com/in/mickaelcanouil'
- text: "{{< iconify octicon:mark-github-16 >}}"
href: "https://github.com/mcanouil"
- text: "{{< iconify octicon:heart-fill-16 >}}"
href: "https://github.com/sponsors/mcanouil?o=esb"
format:
html:
theme:
- assets/stylesheets/coeos.scss
- assets/stylesheets/projects.scss
lang: en
date-format: 'dddd[, the] Do [of] MMMM, YYYY'
highlight-style: github-dark
code-copy: true
code-link: true
anchor-sections: true
email-obfuscation: javascript
link-external-newwindow: true
fig-align: center
code-tools:
source: false
toggle: false
caption: none
include-after-body:
- text: |
<script type="text/javascript">
const dateElements = document.querySelectorAll("p.date, div.listing-date, div.listing-file-modified");
dateElements.forEach((el) => {
el.innerHTML = el.innerHTML.replace(
/(\d+)(st|nd|rd|th)/g,
"$1<sup style='font-size:0.5em;font-style:italic;'>$2</sup>"
);
});
</script>
lightbox: auto
execute:
freeze: true