-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
73 lines (61 loc) · 1.72 KB
/
index.qmd
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
---
title: "Clément Rieux"
listing:
- id: posts-en
contents: posts/**/en/*.qmd
type: default
fields: [image, date, title, subtitle, categories, author, reading-time]
sort: "date desc"
#categories: cloud
sort-ui: false
filter-ui: false
page-size: 3
- id: posts-fr
contents: posts/**/fr/*.qmd
type: default
fields: [image, date, title, subtitle, categories, author, reading-time]
sort: "date desc"
#categories: cloud
sort-ui: false
filter-ui: false
page-size: 3
- id: posts-es
contents: posts/**/es/*.qmd
type: default
fields: [image, date, title, subtitle, categories, author, reading-time]
sort: "date desc"
#categories: cloud
sort-ui: false
filter-ui: false
page-size: 3
- id: posts
contents: posts/**/*/index.qmd
type: grid
fields: [image, date, title]
sort: "date desc"
#categories: cloud
sort-ui: false
filter-ui: false
page-size: 3
page-layout: full
title-block-banner: false
comments: false
# include-in-header: meta.html
toc: true
---
## Recent posts / Articles récents
::: {#posts}
:::
<a href="../posts/index.html"> <button type="button" class="btn btn-primary float-end btn-sm">See all</button></a>
## Posts in English
::: {#posts-en}
:::
<a href="../posts/en.html"> <button type="button" class="btn btn-primary float-end btn-sm">See all posts in English</button></a>
## Articles en Français
::: {#posts-fr}
:::
<a href="../posts/fr.html"> <button type="button" class="btn btn-primary float-end btn-sm">Voir les articles en Français</button></a>
## Artículos en español
::: {#posts-es}
:::
<a href="../posts/es.html"> <button type="button" class="btn btn-primary float-end btn-sm">Ver artículos en español</button></a>