-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
77 lines (69 loc) · 2.36 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
project:
type: website
resources:
- "cv.pdf"
language: _language-ua.yml
website:
title: "Ігор Мірошниченко"
site-url: https://aranaur.rbind.io
repo-url: https://github.com/Aranaur/aranaur.rbind.io
repo-actions: [edit, issue]
description: "Освіта та наука про дані"
favicon: logo.png
google-analytics: "G-MM4BESNKHB"
navbar:
right:
- text: "{{< iconify flat-color-icons donate size=1.5em title='Donate' label='Donate' >}} {{< animate bounce 'Підтримати!' repeat=infinite >}}"
href: https://send.monobank.ua/jar/3rgj2uzZTs
rel: me
- text: "{{< iconify ic baseline-telegram size=1.3em title='Telegram' >}}"
href: https://t.me/araprof
rel: me
- text: "{{< iconify bi youtube size=1.3em title='YouTube' >}}"
href: https://www.youtube.com/@datamirosh
rel: me
- text: "{{< iconify bi github size=1.1em title='GitHub' >}}"
menu:
- text: GitHub {{< fa brands github-alt >}}
url: https://github.com/Aranaur
target: _blank
rel: me
- text: Код сайту 💻
url: https://github.com/Aranaur/aranaur.rbind.io
target: _blank
- text: "{{< iconify bi linkedin size=1.1em title='LinkedIn' >}}"
href: https://www.linkedin.com/in/ihormiroshnychenko
rel: me
- text: "{{< iconify academicons scopus size=1.4em title='Scopus' >}}"
href: https://www.scopus.com/authid/detail.uri?authorId=57222545856
rel: me
- text: "{{< iconify academicons google-scholar size=1.3em title='Google Scholar' >}}"
href: https://scholar.google.com/citations?user=MSdFIwsAAAAJ
rel: me
left:
- href: index.qmd
icon: house
text: Головна
- href: lectures.qmd
text: Лекторій
icon: easel
- href: publications/index.qmd
text: Публікації
icon: book
- href: projects.qmd
text: Проєкти
icon: folder
- href: blog/index.qmd
text: "{{< iconify fluent-mdl2 blog title='Blog' >}} Блог"
- icon: table
href: datasets.qmd
- text: "CV"
href: "cv/index.qmd"
icon: file-earmark-person
format:
html:
theme: cosmo
css: [assets/styles.css]
toc: true
execute:
freeze: auto