-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
51 lines (47 loc) · 1.31 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
project:
type: website
render:
- "*.{qmd,ipynb,rmd,md}"
- "!webr_packages/"
- "!data/"
resources:
- "images/*"
- "images/abstracts/*"
- "images/news/*"
- "data/wasm/*"
- "favicon.ico"
website:
title: "RAVE"
favicon: favicon.ico
repo-url: https://github.com/rave-ieeg/rave-ieeg.github.io
repo-actions: [edit, source, issue]
repo-link-target: "_blank"
navbar:
background: "#000000"
left:
- href: index.qmd
text: Home
- href: posts/3dviewer/viewer301.html?viewer=full
text: Demo
- href: blogs.md
text: Documentation
tools:
- icon: github
href: https://github.com/rave-ieeg/
target: "_blank"
size: 3
sidebar: false
page-footer:
left: "Credit [Zhengjia Wang](https://dipterix.org){target='_blank'} for creating the website."
center: "{{< fa regular copyright >}} Copyright 2024, [BeauchampLab](https://beauchamplab.med.upenn.edu){target='_blank'}."
right: "[Guide to edit this website](https://rave.wiki/posts/editor-notes/how-to-edit-this-website.html){target='_blank'}"
border: true
format:
html:
theme:
- zephyr
- css/styles.scss
toc: true
include-in-header:
text: <script type="text/javascript" type="module" src="/js/customize.js"></script>
editor: visual