-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
70 lines (69 loc) · 1.65 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
project:
type: website
output-dir: docs
website:
favicon: bg_logo.png
open-graph: true
twitter-card: true
title: "BioGenies"
reader-mode: true
page-footer: "© 2024 Website developed by BioGenies team."
navbar:
background: primary
search: true
pinned: true
hoverable: true
left:
- text: "Home"
href: index.qmd
- text: "Team"
menu:
- subsite/about.qmd
- subsite/team.qmd
- subsite/colab.qmd
- subsite/guest.qmd
- subsite/alumni.qmd
# - subsite/hobby.qmd
# - subsite/fun.qmd
- text: "Projects"
menu:
- subsite/projects/amyloids.qmd
- subsite/projects/llps.qmd
- subsite/projects/amp.qmd
- subsite/projects/mvi.qmd
- subsite/projects/hdxms.qmd
- href: subsite/tools.qmd
- href: subsite/seminars.qmd
# - text: "Achievements"
# menu:
- href: subsite/publications.qmd
- href: subsite/conferences.qmd
tools:
# - icon: twitter-x
# href: https://twitter.com/burdukiewicz
- icon: github
href: https://github.com/BioGenies
sidebar:
logo: bg_logo.png
style: "floating"
search: false
center-tools: true
tool-size: large
format:
html:
css: ['navbar_hover.css', 'sidebar_mods.css']
page-layout: full
theme:
light: [united, quarto_palette.scss]
dark: darkly
toc: true
toc-location: right
toc-title: " "
grid:
sidebar-width: 350px
body-width: 1200px
margin-width: 250px
gutter-width: 1.5rem
# logo: fig/bg_logo.png
execute:
freeze: auto