Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ project:
render:
- '*.qmd'
- '*.ipynb'
- 'pages/*.qmd'
- pages/*.qmd
resources:
- assets/*
- authors.yml
- CITATION.cff
execute:
freeze: auto
website:
favicon: "_extensions/Arcadia-Science/arcadia-pub-theme/assets/logo_white.png"
favicon: _extensions/Arcadia-Science/arcadia-pub-theme/assets/logo_white.png
twitter-card: true
open-graph: true
navbar:
Expand All @@ -21,8 +21,10 @@ website:
left:
- text: '{{< iconify qlementine-icons:version-control-16 >}}'
menu:
- text: v1.0.0 (latest)
- text: v1.0.1 (latest)
href: index.ipynb
- text: v1.0.0
href: index_v1.0.0.ipynb
- text: '{{< iconify nrk:back >}} Back to Pub'
href: index.ipynb
right:
Expand All @@ -31,22 +33,23 @@ website:
- text: Reproduce this pub
href: pages/SETUP.qmd
- text: Cite this pub
href: "#"
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: "_extensions/Arcadia-Science/arcadia-pub-theme/assets/logo_text.png"
logo: _extensions/Arcadia-Science/arcadia-pub-theme/assets/logo_text.png
logo-href: https://research.arcadiascience.com/
background: white
search: true
page-footer:
background: '#484B50'
border: false
left: '[![](/_extensions/Arcadia-Science/arcadia-pub-theme/assets/logo_white.png){fig-alt="Arcadia-Science" width=65px}](https://www.arcadiascience.com/)
left: '[![](/_extensions/Arcadia-Science/arcadia-pub-theme/assets/logo_white.png){fig-alt="Arcadia-Science"
width=65px}](https://www.arcadiascience.com/)

Copyright 2026, Arcadia Science

Expand Down Expand Up @@ -75,7 +78,7 @@ comments:
input-position: top
reference-location: margin
bibliography: ref.bib
csl: "_extensions/Arcadia-Science/arcadia-pub-theme/assets/arcadia.csl"
csl: _extensions/Arcadia-Science/arcadia-pub-theme/assets/arcadia.csl
code-annotations: hover
html-table-processing: none
demo-title: ""
demo-title: ''
Loading