-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
86 lines (83 loc) · 2.25 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
77
78
79
80
81
82
83
84
85
86
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "*.Rmd"
- "*.md"
- "!README.md"
- "!LICENSE.md"
- "!myresources/"
- "!matplotlib/"
- "!certificate*"
- "!projects_backup"
website:
announcement:
icon: info-circle
dismissable: true
content: "**Alert** - This Site is Under Construction - We’re working hard to improve your experience. Please check back soon for updates!"
type: primary
position: below-navbar
title: "DataViz Gallery"
image: "img/share/banner.jpg"
favicon: "img/favicon.png"
google-analytics: "G-XXXXXXX"
open-graph: true
twitter-card: true
site-url: https://hossainlab.github.io/dataviz-gallery
page-navigation: true
bread-crumbs: true
search: false
cookie-consent:
type: express
style: simple
palette: light
navbar:
pinned: true
logo: img/logo.png
logo-alt: "Site logo"
title: false
left:
- href: index.qmd
text: Home
- href: packages.qmd
text: Packages
- href: tools.qmd
text: Tools
right:
- icon: envelope
aria-label: email
href: "mailto:[email protected]"
- text: "{{< ai orcid>}}"
aria-label: orcid
href: https://orcid.org/0000-0001-9323-4997
- text: "{{< ai google-scholar >}}"
aria-label: google-scholar
href: https://scholar.google.com/citations?user=9_K4ekoAAAAJ&hl=en&authuser=5
- text: "{{< ai researchgate >}}"
aria-label: researchgate
href: https://scholar.google.com/citations?user=9_K4ekoAAAAJ&hl=en&authuser=5
- icon: linkedin
aria-label: linkedin
href: https://www.linkedin.com/in/hossainmj
- icon: twitter
aria-label: twitter
href: https://twitter.com/JHossain_28
rel: me
- icon: github
aria-label: github
href: https://github.com/hossainlab
rel: me
- icon: youtube
aria-label: youtube
href: https://www.youtube.com/@hossainlab
rel: me
page-footer: "© Copyright 2025, Md. Jubayer Hossain"
format:
html:
theme:
- cosmo
- brand
css: styles.css
toc: true
editor: source