-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.qmd
66 lines (52 loc) · 1.35 KB
/
test.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
---
title: "Kunal Khurana"
listing:
- id: posts-all
contents: "posts/**/en/*.qmd"
type: default
fields: [image, date, title, subtitle, categories, author]
sort: "date desc"
categories: cloud
sort-ui: false
filter-ui: false
page-size: 3
feed: true
- id: posts-en
contents: posts/**/*/index.qmd
type: grid
fields: [image, date, title]
sort: "date desc"
categories: cloud
sort-ui: false
filter-ui: true
page-size: 3
- id: posts-fr
contents:
- "introgit.ipynb"
- "exogit.ipynb"
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
page-layout: full
title-block-banner: true
comments: false
toc: true
---
## Recent posts / Posts recentes
::: {#posts}
:::
<a href="../posts/index.html"> <button type="button" class="btn btn-primary float-end btn-sm">See all/Voir tout</button></a>
<br>
## 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>
## Posts en français
::: {#posts-fr}
:::
<a href="../posts/fr.html"> <button type="button" class="btn btn-primary float-end btn-sm">Voir posts en français</button></a>
---