-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
57 lines (53 loc) · 1.72 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
project:
type: website
output-dir: docs
website:
title: "Pierre-Yves de Müllenheim"
site-url: https://www.pydemullenheim.com
description: "Movement, wearables, programming"
open-graph: true
reader-mode: true
repo-url: https://github.com/pydemull/website-quarto
navbar:
left:
- href: index.qmd
text: Home
- href: about.qmd
text: About
- text: "Scientific works"
menu:
- pubs.qmd
- coms.qmd
- text: "Posts"
menu:
- href: posts.qmd
text: "Blog"
- href: in_posts.qmd
text: "LinkedIn"
right:
- text: "{{< iconify ph butterfly-bold size=1.2em title='Bluesky' >}}"
href: https://bsky.app/profile/pydemullenheim.com
- text: "{{< iconify fa6-brands square-x-twitter size=lg >}}"
href: https://twitter.com/pydemullenheim
- text: "{{< iconify fa6-brands mastodon size=lg >}}"
href: https://fosstodon.org/@pydemullenheim
- text: "{{< iconify fa6-brands linkedin size=lg >}}"
href: https://www.linkedin.com/in/pierre-yves-de-m%C3%BCllenheim-03a75572
- text: "{{< iconify fa6-brands github size=lg >}}"
href: https://github.com/pydemull
- text: "{{< iconify academicons google-scholar-square size=lg >}}"
href: https://scholar.google.com/citations?hl=fr&user=XrIzAj8AAAAJ
- text: "{{< iconify fa6-brands researchgate size=lg >}}"
href: https://www.researchgate.net/profile/Pierre-Yves-De-Muellenheim-2
page-footer:
center: "Copyright © 2022-2024 Pierre-Yves de Müllenheim"
background: primary
foreground: "white"
favicon: img/logo.ico
twitter-card: true
format:
html:
theme: minty
css: css/website.css
toc: true
editor: visual