-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path_quarto.yml
53 lines (47 loc) · 1.15 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
project:
type: website
execute-dir: project
render:
- "*.qmd"
- "!CONTRIBUTIONG.md"
- "!LICENSE.md"
- "!day_3/practical_5/**"
website:
title: "Spatial Omics Data Analysis"
favicon: assets/elixir_favicon.ico
search: true
page-navigation: true
navbar:
# background: "#0c3450ff"
left:
- href: index.qmd
text: Home
- href: schedule.qmd
text: Schedule
- href: practicals.qmd
text: Practicals
- href: presentations.qmd
text: Presentations
# - text: "practicals"
# menu:
# - href: day_1/practical_1/workdir/imaging_based_data_analysis.ipynb
# text: "Practical 1: Imaging-based data analysis"
# - href: day_2/practical_3/workdir/practical_3.ipynb
# text: "Practical 3: Integration with scRNA-seq"
right:
- icon: github
href: https://github.com/elixir-europe-training/ELIXIR-SCO-spatial-omics/
aria-label: GitHub
sidebar:
logo: assets/ELIXIR1.png
format:
html:
code-link: true
theme:
- default
- custom.scss
toc: true
execute:
freeze: auto
cache: true
tidy: true