-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
37 lines (35 loc) · 791 Bytes
/
_quarto.yml
File metadata and controls
37 lines (35 loc) · 791 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
36
37
project:
type: website
output-dir: _site
render:
- "*.qmd"
website:
title: "EEGManySteps"
site-url: https://eegmanysteps.org
navbar:
left:
- href: index.qmd
text: Overview
- href: news.qmd
text: News
- href: team.qmd
text: Team
- href: datasets.qmd
text: Datasets
- href: posters.qmd
text: Posters
- href: join.qmd
text: Join
right:
- icon: github
href: https://github.com/EEGManySteps/eegmanysteps.github.io
page-footer:
center: |
<script>document.write('\u00A9 ' + new Date().getFullYear() + ' EEGManySteps Project. All rights reserved.')</script>
format:
html:
theme: journal
css: styles.css
toc: true
grid:
sidebar-width: 40px