forked from bigbiolab/bigbiolab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
60 lines (57 loc) · 1.44 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
project:
type: website
resources:
- CNAME
output-dir: docs
execute:
freeze: auto
website:
title: "OMICS Center"
navbar:
background: primary
left:
# - href: news.qmd
# text: News
- href: research.qmd
text: Research
- href: publications/index.qmd
text: Publications
- href: teaching.qmd
text: Teaching
- href: resources.qmd
text: Resources
- href: people.qmd
text: People
- href: opportunities.qmd
text: Opportunities
- href: contact.qmd
text: Contact
right:
- icon: envelope
aria-label: email
href: "mailto:[email protected]"
- icon: twitter
aria-label: twitter
href: https://twitter.com/chiralbd
rel: me
- icon: github
aria-label: github
href: https://github.com/omicscenter
rel: me
- icon: youtube
aria-label: youtube
href: https://www.youtube.com/@hossainlab
rel: me
- icon: linkedin
aria-label: linkedin
href: https://www.linkedin.com/company/chiral-bangladesh/
rel: me
page-footer: "Copyright 2023 © OMICS Center"
google-analytics: "G-K5TXS64QLN"
site-url: https://omicscenter.github.io/
repo-url: https://github.com/omicscenter
format:
html:
theme: cosmo
css: styles.css
toc: true