@@ -8,11 +8,11 @@ website:
8
8
location : navbar
9
9
type : overlay
10
10
reader-mode : true
11
- favicon : contents/logo/helix/favicon.ico
11
+ favicon : contents/logo/helix/favicon.ico
12
12
site-url : https://componco.github.io/lab_website.github.io/
13
13
14
14
navbar :
15
- background : primary
15
+ background : dark
16
16
logo : contents/logo/helix/DNA_scaled.png
17
17
search : true
18
18
right :
@@ -22,23 +22,39 @@ website:
22
22
- icon : github
23
23
href : https://github.com/CompOnco/lab_website/
24
24
aria-label : GitHub
25
+ - icon : envelope
26
+
27
+ aria-label : Email
25
28
26
-
27
29
left :
28
30
- text : " Home"
29
31
file : index.qmd
30
32
- 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
32
46
- text : " People"
33
- file : people.qmd
47
+ file : people.qmd
34
48
- text : " Collaborate"
35
- file : Collaborate.qmd
36
- - text : " News"
37
- file : news.qmd
38
- - text : " Publications"
49
+ file : Collaborate.qmd
50
+ - text : " Publications & News"
39
51
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
42
58
- text : " Software"
43
59
file : software.qmd
44
60
- text : " Join Us"
@@ -57,30 +73,24 @@ website:
57
73
- icon : github
58
74
menu :
59
75
- text : Report a Bug
60
- url : https://github.com/CompOnco/lab_website/issues
76
+ url : https://github.com/CompOnco/lab_website/issues
61
77
62
78
63
79
page-footer :
64
80
left :
65
- - text : " @ Culhane Lab"
81
+ - text : " © 2023 Culhane Lab | University of Limerick "
66
82
center : |
67
83
{height="40"}
68
84
{height="40"}
69
85
{height="40"}
70
86
{height="40"}
71
87
{height="40"}
72
- {height="40"}
73
- {height="40"}
74
88
right : |
75
- {fig-alt="LDCRC" width=150px}
76
-
77
-
89
+ [Privacy Policy](#) | [Terms of Use](#)
78
90
79
91
repo-url : https://github.com/CompOnco
80
92
repo-actions : [edit, issue]
81
93
82
-
83
-
84
94
twitter-card :
85
95
creator : " @AedinCulhane"
86
96
site : " @CulhaneLab"
@@ -89,10 +99,16 @@ open-graph: true
89
99
90
100
format :
91
101
html :
92
- theme : flatly
93
- css : styles.css
102
+ theme :
103
+ light : [flatly, styles.css]
104
+ dark : [darkly, styles.css]
94
105
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>
96
113
97
114
editor : visual
98
-
0 commit comments