-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
40 lines (37 loc) · 892 Bytes
/
_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
project:
type: website
output-dir: docs # For pages publishing
# Top navbar
website:
favicon: ./pics/net_icon.png
title: "2023 Bioinformatics Workshop"
navbar:
logo: ./pics/net_icon.png
left:
- href: ./pages/index.Rmd
text: Home
- href: ./pages/day1.Rmd
text: Day 1
- href: ./pages/day2.Rmd
text: Day 2
- href: ./pages/day3.Rmd
text: Day 3
- href: ./pages/help.Rmd
text: Help
right:
- icon: github
href: https://github.com/paganilab
- icon: twitter
href: https://twitter.com/LabPagani
page-footer: "Copyright 2023, Jacopo Arrigoni & Mattia Toninelli"
# Themes, can be changed with .css files and .scss
format:
html:
theme:
- yeti
- sass_styling.scss
toc: true
toc_float: true
toc_collapsed: true
# Code theme
highlight-style: github