Skip to content

Commit 343b65e

Browse files
authored
Update _quarto.yml
1 parent 760f676 commit 343b65e

File tree

1 file changed

+40
-24
lines changed

1 file changed

+40
-24
lines changed

_quarto.yml

Lines changed: 40 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ website:
88
location: navbar
99
type: overlay
1010
reader-mode: true
11-
favicon: contents/logo/helix/favicon.ico
11+
favicon: contents/logo/helix/favicon.ico
1212
site-url: https://componco.github.io/lab_website.github.io/
1313

1414
navbar:
15-
background: primary
15+
background: dark
1616
logo: contents/logo/helix/DNA_scaled.png
1717
search: true
1818
right:
@@ -22,23 +22,39 @@ website:
2222
- icon: github
2323
href: https://github.com/CompOnco/lab_website/
2424
aria-label: GitHub
25+
- icon: envelope
26+
href: mailto:[email protected]
27+
aria-label: Email
2528

26-
2729
left:
2830
- text: "Home"
2931
file: index.qmd
3032
- text: "Research"
31-
file: projects.qmd
33+
menu:
34+
- text: "Overview"
35+
file: projects.qmd
36+
- text: "eHealth Hub for Cancer"
37+
file: Projects/eHealthHub.qmd
38+
- text: "GDI - Genomic Data Infrastructure"
39+
file: Projects/GDI.qmd
40+
- text: "Single-Cell Methods"
41+
file: Projects/scMethods.qmd
42+
- text: "Bioconductor"
43+
file: Projects/bioconductor.qmd
44+
- text: "Kidney Cancer"
45+
file: Projects/kidneyCancer.qmd
3246
- text: "People"
33-
file: people.qmd
47+
file: people.qmd
3448
- text: "Collaborate"
35-
file: Collaborate.qmd
36-
- text: "News"
37-
file: news.qmd
38-
- text: "Publications"
49+
file: Collaborate.qmd
50+
- text: "Publications & News"
3951
menu:
40-
- publications.qmd
41-
- talks.qmd
52+
- text: "Publications"
53+
file: publications.qmd
54+
- text: "Talks"
55+
file: talks.qmd
56+
- text: "News"
57+
file: news.qmd
4258
- text: "Software"
4359
file: software.qmd
4460
- text: "Join Us"
@@ -57,30 +73,24 @@ website:
5773
- icon: github
5874
menu:
5975
- text: Report a Bug
60-
url: https://github.com/CompOnco/lab_website/issues
76+
url: https://github.com/CompOnco/lab_website/issues
6177

6278

6379
page-footer:
6480
left:
65-
- text: "@Culhane Lab"
81+
- text: "© 2023 Culhane Lab | University of Limerick"
6682
center: |
6783
![](/contents/logo/LDCRC_Logo_fixed.jpg "Limerick Digital Cancer Research Center"){height="40"}
6884
![](/contents/logo/bioconductor_logo_cmyk.png "Bioconductor"){height="40"}
6985
![](/contents/logo/eHealthHub_logo.png "eHealthHub For Cancer"){height="40"}
7086
![](/contents/logo/Elixir_logo-3927606181.png "ELIXIR"){height="40"}
7187
![](/contents/logo/OHDSI.jpeg "OHDSI Real World Data"){height="40"}
72-
![](/contents/logo/NasPro.png "National Spatial Tissue Profiling Platform"){height="40"}
73-
![](/contents/logo/NSRP_Logo.png){height="40"}
7488
right: |
75-
![](contents/logo/LDCRC_Logo_fixed.jpg){fig-alt="LDCRC" width=150px}
76-
77-
89+
[Privacy Policy](#) | [Terms of Use](#)
7890
7991
repo-url: https://github.com/CompOnco
8092
repo-actions: [edit, issue]
8193

82-
83-
8494
twitter-card:
8595
creator: "@AedinCulhane"
8696
site: "@CulhaneLab"
@@ -89,10 +99,16 @@ open-graph: true
8999

90100
format:
91101
html:
92-
theme: flatly
93-
css: styles.css
102+
theme:
103+
light: [flatly, styles.css]
104+
dark: [darkly, styles.css]
94105
toc: true
95-
106+
css: styles.css
107+
include-in-header:
108+
text: |
109+
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap" rel="stylesheet">
110+
<script src="https://unpkg.com/@barba/core"></script>
111+
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.5/gsap.min.js"></script>
112+
<script src="site.js" defer></script>
96113
97114
editor: visual
98-

0 commit comments

Comments
 (0)