-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
67 lines (65 loc) · 1.91 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
project:
type: website
website:
site-url: "https://mrs.schochastics.net"
title: "Termeh Shafie"
favicon: "static/favicon.png"
twitter-card:
creator: "@termehshafie"
site: "@termehshafie"
description: "Termeh Shafie's website and blog that mainly features the topics statistics, network science, and R"
image: "static/img/avatar.png"
card-style: "summary"
search: false
open-graph:
site-name: mrs schochastics
description: "Termeh Shafie's website and blog that mainly features the topics statistics, network science, and R"
image: "static/img/avatar.png"
navbar:
logo: "static/logo.png"
title: false
background: primary
right:
- href: about/index.qmd
text: About me
- href: project/index.qmd
text: Projects
- href: publications/index.qmd
text: Publications
- href: talks/index.qmd
text: Talks
- href: blog/index.qmd
text: Blog
- href: teaching/index.qmd
text: Teaching
- icon: rss
href: blog/index.xml
page-footer:
left: |
<b>© 2024 Termeh Shafie</b> <br>
powered by ❤️ and [quarto](https://quarto.org)
right:
- icon: mastodon
href: https://fosstodon.org/@termehs
- icon: twitter
href: https://twitter.com/termehshafie
- icon: github
href: https://github.com/termehs
- text: <i class="ai ai-google-scholar" role="img"></i>
href: https://scholar.google.de/citations?user=Si-WbhAAAAAJ&hl=en
- text: <i class="ai ai-orcid" role="img"></i>
href: https://orcid.org/0000-0002-8419-8477
- text: <i class="ai ai-researchgate" role="img"></i>
href: https://www.researchgate.net/profile/Termeh-Shafie
format:
html:
theme:
- cosmo
- custom.scss
css:
- styles.css
- academicons.css
toc: true
highlight-style: zenburn
execute:
freeze: auto