-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
43 lines (38 loc) · 1.03 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
project:
type: website
output-dir: docs
website:
title: "Yohann's blog"
description: "Yohann Mansiaux's blog - R, dev and other stuff"
repo-url: github.com/ymansiaux/yohann-data
site-url: "https://ymansiaux.github.io/yohann-data/"
google-analytics: "G-YYG34HFXPT"
cookie-consent: true
search: true
sidebar:
style: "docked"
search: true
contents:
- text: "r-bloggers"
href: https://www.r-bloggers.com/
navbar:
left:
- text: "Home"
href: index.qmd
- text: "About me"
href: about.qmd
right:
- icon: github
href: https://github.com/
- icon: linkedin
href: https://www.linkedin.com/in/yohann-mansiaux-1816aa20/
- text: "{{< iconify logos:bluesky >}}"
href: https://bsky.app/profile/yosky.bsky.social
- icon: envelope
url: "mailto:[email protected]"
- icon: rss
href: https://ymansiaux.github.io/yohann-data/index.xml
format:
html:
theme: cosmo
css: styles.css