-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
72 lines (70 loc) · 1.66 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
71
72
project:
type: website
render:
- '*.qmd'
- '*.ipynb'
resources:
- assets/*
execute:
freeze: auto
website:
favicon: assets/logo_white.png
twitter-card: true
open-graph: true
navbar:
pinned: false
title: false
left:
- text: "{{< var pub.title >}}"
href: index.ipynb
- text: '{{< iconify qlementine-icons:version-control-16 >}}'
menu:
- text: v01 (latest)
href: index.ipynb
- text: v00
href: index_v00.ipynb
right:
- text: FAQ
href: FAQ.qmd
- text: Reproduce
href: SETUP.qmd
- text: Contribute
href: CONTRIBUTING.qmd
tools:
- icon: twitter-x
href: https://twitter.com/arcadiascience
- icon: github
href: https://github.com/{{< var pub.org >}}/{{< var pub.repo >}}
logo: assets/logo_text.png
logo-href: https://research.arcadiascience.com/
background: white
search: true
page-footer:
background: '#484B50'
border: false
left: '[![](assets/logo_white.png){fig-alt="Arcadia-Science" width=65px}](https://www.arcadiascience.com/)
Copyright 2025, Arcadia Science
'
right:
- icon: twitter-x
href: https://twitter.com/arcadiascience
- icon: github
href: https://github.com/Arcadia-Science
format:
html:
include-in-header:
file: assets/logo-animation.html
css: assets/styles.css
page-layout: article
title-block-banner: true
toc: true
toc-expand: 2
comments:
giscus:
repo: Arcadia-Science/notebook-pub-template
input-position: top
reference-location: margin
bibliography: ref.bib
csl: assets/arcadia.csl
code-annotations: hover
html-table-processing: none