-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
40 lines (35 loc) · 963 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
project:
type: website
website:
title: <img src="/images/logo.png" width="50px">
description: "neuroscience lab"
favicon: images/logo.png
navbar:
left:
- href: index.qmd
text: Home
- href: people/index.qmd
text: People
- href: positions.qmd
text: Positions
- href: research/index.qmd
text: Research
- href: research/publications.qmd
text: Publications
- href: code_and_data.qmd
text: Code & data
- href: positions.qmd
text: Positions
body-footer: |
<center><img src="/images/HHMI_Janelia_Logo-Black.png" width="120px" alt="Janelia"></img><br>
<font size="2pt"> Powered by [Quarto](https://www.quarto.org). © Marius Pachitariu & Carsen Stringer lab, 2023.</font></center>
format:
html:
theme: journal
toc: true
css: styles.css
grid:
margin-width: 200px
body-width: 900px
execute:
freeze: auto