forked from Arcadia-Science/notebook-pub-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
92 lines (90 loc) · 2.19 KB
/
_quarto.yml
File metadata and controls
92 lines (90 loc) · 2.19 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
project:
type: website
render:
- '*.qmd'
- '*.ipynb'
- 'examples/*.ipynb'
- 'pages/*.qmd'
resources:
- assets/*
- authors.yml
- CITATION.cff
execute:
freeze: auto
website:
favicon: "assets/logo_white.png"
twitter-card: true
open-graph: true
navbar:
collapse-below: xl
pinned: false
title: false
left:
- text: '{{< iconify qlementine-icons:version-control-16 >}}'
menu:
- text: v01 (latest)
href: index.ipynb
- text: '{{< iconify nrk:back >}} Back to Pub'
href: index.ipynb
- text: Demo
href: /examples/demo.html
right:
- text: FAQ
href: pages/FAQ.qmd
- text: Reproduce this pub
href: pages/SETUP.qmd
- text: Cite this pub
href: "#"
- text: Contribute
href: pages/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: '[{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
google-analytics: '{{< var pub.google_analytics_id >}}'
cookie-consent:
type: implied
style: simple
format:
html:
include-in-header:
- file: assets/logo-animation.html
- file: assets/author-reveal.html
- file: assets/mini-title.html
- file: assets/version-in-title.html
- file: assets/citation-box.html
css:
- assets/css/main.css
- assets/css/citation-box.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
filters:
- abstract-section
demo-title: A brief syntax demo