-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
36 lines (32 loc) · 777 Bytes
/
_quarto.yml
File metadata and controls
36 lines (32 loc) · 777 Bytes
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
project:
type: website
output-dir: docs
resources:
- "*.pdf"
- "CNAME"
website:
description: "Research on the cognitive neuroscience of memory."
navbar:
logo: img/logo-black.png
pinned: TRUE
right:
- research.qmd
- papers.qmd
- people.qmd
- resources.qmd
- news.qmd
page-footer:
background: light
left: >-
© 2025 MemoLab ∙ Made with [Quarto](https://quarto.org)
right: >-
<a href="mailto:thememolab@bc.edu" title="email"><i class="bi bi-envelope"></i></a> ∙ [Participate](/pages/participate) ∙ [Join](/pages/joinus)
format:
html:
theme: cosmo
css: styles.css
toc: false
grid:
sidebar-width: 150px
margin-width: 200px
editor: visual