-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
101 lines (97 loc) · 2.92 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
project:
type: website
website:
title: "Layal Christine Lettry's Website"
description: "Get an insight into my professional world"
page-navigation: false
reader-mode: false
favicon: "image/favicon/apple-touch-icon.png"
navbar:
title: false
background: "#0571B0"
logo: "image/favicon/apple-touch-icon.png"
left:
- text: About
menu:
- about.qmd
- href: privacy.html
text: Privacy Policy
- href: terms_and_conditions.html
text: Terms and Conditions
- href: contact.qmd
text: Contact
right:
- bio.qmd
- text: Sites
menu:
- href: https://lclettry.com
text: Homepage
- href: https://rdiscovery.netlify.app
text: rdiscovery Blog
- href: https://lclettry-pub.netlify.app
text: My Publications, Contributions and Talks
- href: https://lclettry-pronews.netlify.app
text: My Professional News
- text: GitHub
menu:
- icon: github
href: https://github.com/Layalchristine24/Layalchristine24.github.io
text: Website Repository
- icon: github
href: https://github.com/Layalchristine24
text: Layalchristine24 Profile
- icon: github
href: https://github.com/cynkra
text: cynkra GmbH
- icon: github
href: https://github.com/asam-group
text: ASAM Group
- text: Social
menu:
- icon: twitter
href: https://twitter.com/LettryL
text: Twitter
- icon: linkedin
href: https://linkedin.com/in/layal-christine-lettry-529b4471/
text: LinkedIn
- icon: mastodon
href: https://fosstodon.org/@layal
text: Mastodon
- text: Research
menu:
- href: https://orcid.org/0009-0008-6396-0523
text: ORCID
- href: https://www.unifr.ch/inf/asam/en/layal-lettry
text: ASAM Group UniFr
- href: https://www.researchgate.net/profile/Layal-Lettry
text: ResearchGate
- href: https://unifr.academia.edu/LayalChristineLettry
text: Academia
- href: https://scholar.google.com/citations?user=YxD9LGQAAAAJ&hl=fr
text: Google Scholar
- href: https://stackexchange.com/users/28214106/layal-christine-lettry
text: StackExchange
page-footer:
center:
- href: https://lclettry.com
text: lclettry.com
right:
- href: privacy.html
text: Privacy Policy
- href: terms_and_conditions.html
text: Terms and Conditions
site-url: https://lclettry.com
repo-url: https://github.com/Layalchristine24/Layalchristine24.github.io
open-graph: true
search: true
format:
html:
theme:
light: sandstone
dark: darkly
css: styles.css
toc: true
include-after-body: plausible.html
editor: visual
execute:
freeze: auto