-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_quarto.yml
117 lines (106 loc) · 3.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
project:
type: website
output-dir: docs
# Copy all files under the contents/ directory to the final site
resources:
- contents/**
website:
title: "Culhane Lab"
search:
location: navbar
type: overlay
reader-mode: true
favicon: contents/logo/helix/favicon.ico
site-url: https://componco.github.io/lab_website.github.io/
navbar:
background: dark
logo: contents/logo/helix/DNA_scaled.png
search: true
right:
- icon: twitter
href: https://twitter.com/aedinculhane
aria-label: Twitter
- icon: github
href: https://github.com/CompOnco/lab_website/
aria-label: GitHub
- icon: envelope
href: mailto:[email protected]
aria-label: Email
left:
- text: "Home"
file: index.qmd
- text: "Research"
menu:
- text: "Overview"
file: projects.qmd
- text: "eHealth Hub for Cancer"
file: Projects/eHealthHub.qmd
- text: "GDI - Genomic Data Infrastructure"
file: Projects/GDI.qmd
- text: "Single-Cell Methods"
file: Projects/scMethods.qmd
- text: "Bioconductor"
file: Projects/bioconductor.qmd
- text: "Kidney Cancer"
file: Projects/kidneyCancer.qmd
- text: "People"
file: people.qmd
- text: "Collaborate"
file: Collaborate.qmd
- text: "Publications & News"
menu:
- text: "Publications"
file: publications.qmd
- text: "Talks"
file: talks.qmd
- text: "News"
file: news.qmd
- text: "Software"
file: software.qmd
- text: "Join Us"
file: positions.qmd
sidebar:
style: "docked"
contents:
- section: People
contents: People
- section: News
contents: News
tools:
- icon: twitter
href: https://twitter.com/aedinculhane
- icon: github
menu:
- text: "Report a Bug"
url: https://github.com/CompOnco/lab_website/issues
page-footer:
left:
- text: "© 2023 Culhane Lab | University of Limerick"
center: |
{height="40"}
{height="40"}
{height="40"}
{height="40"}
{height="40"}
right: |
[Privacy Policy](#) | [Terms of Use](#)
repo-url: https://github.com/CompOnco
repo-actions: [edit, issue]
twitter-card:
creator: "@AedinCulhane"
site: "@CulhaneLab"
open-graph: true
format:
html:
theme:
light: [flatly, styles.css]
dark: [darkly, styles.css]
toc: true
css: styles.css
include-in-header:
text: |
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap" rel="stylesheet">
<script src="https://unpkg.com/@barba/core"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.5/gsap.min.js"></script>
<script src="site.js" defer></script>
editor: visual