-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
71 lines (67 loc) · 2.24 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
project:
type: website
output-dir: "docs"
resources:
- /publications
website:
title: "Elham Ali"
description: "Featured work and publications of Elham Ali, MPH, PMP."
favicon: images/about/elham-ali.jpg
site-url: https://www.elhamyali.com
repo-url: https://github.com/Elhamyali/elhamyali.github.io
back-to-top-navigation: true
open-graph:
locale: es_ES
site-name: https://elhamyali.com
page-footer:
center:
- text: "Built with <i class='bi bi-heart-fill'></i> and <img src='https://quarto.org/favicon.png' width='12'> Quarto. Source available on <a href='https://github.com/Elhamyali/elhamyali.github.io' target='_blank'><i class='bi bi-git'></i> GitHub</a>."
left:
- text: "© Copyright 2024 Elham Ali. All rights reserved."
navbar:
right:
- href: index.qmd
text: Featured Work
- href: publications/index.qmd
text: Publications
- href: blog/index.qmd
text: Blog
- href: fun/index.qmd
text: Fun
- href: about/index.qmd
text: About
- icon: github
href: https://github.com/Elhamyali
aria-label: GitHub
target: "_blank"
- icon: linkedin
href: https://www.linkedin.com/in/elhamali
aria-label: Linkedin
target: "_blank"
- icon: globe
href: https://adplist.org/mentors/elham-ali
aria-label: ADPList
target: "_blank"
- icon: envelope
href: "mailto:elham.yusufali@gmail.com"
aria-label: Email
target: "_blank"
pretty-urls: true
format:
html:
theme:
light: [cosmo, theme-light.scss]
dark: [cosmo, theme-dark.scss]
css: styles.css
toc: true
highlight-style: arrow
include-in-header:
- https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css
- https://cdn.jsdelivr.net/npm/glightbox@3.1.0/dist/css/glightbox.min.css
include-after-body:
- https://code.jquery.com/jquery-3.5.1.slim.min.js
- https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js
- https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js
- https://cdn.jsdelivr.net/npm/glightbox@3.1.0/dist/js/glightbox.min.js
- accessibility.js
editor: visual