generated from maehr/open-research-data-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
80 lines (75 loc) · 1.96 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
73
74
75
76
77
78
79
80
project:
type: website
website:
title: maxvogt-analysis
favicon: android-chrome-512x512.png
open-graph: true
twitter-card: true
site-url: https://mtwente.github.io/maxvogt-analysis/
repo-url: https://github.com/mtwente/maxvogt-analysis/
issue-url: https://github.com/mtwente/maxvogt-analysis/issues/new/choose
repo-actions: [edit, issue]
page-navigation: true
bread-crumbs: true
back-to-top-navigation: true
search:
show-item-context: true
type: overlay
navbar:
logo: android-chrome-512x512.png
logo-alt: ''
title: maxvogt-analysis
tools:
- icon: github
url: https://github.com/mtwente/maxvogt-analysis/
left:
#- text: Readme
# href: index.qmd
- text: Project
href: docs/about.qmd
- text: Workflow
href: docs/workflow.qmd
- text: maxvogt Collection
href: https://mtwente.github.io/maxvogt
target: '_blank'
sidebar:
contents:
- text: Project
href: docs/about.qmd
contents:
- text: SpatHum 2024 Poster
href: docs/poster.qmd
- text: Poster Abstract
href: docs/abstract.qmd
- text: Workflow
href: docs/workflow.qmd
- section: Repository Information
href: index.qmd
contents:
- text: Changelog
href: CHANGELOG.md
- text: Code of Conduct
href: CODE_OF_CONDUCT.md
- text: Contributing
href: CONTRIBUTING.md
- text: License (Data)
href: LICENSE-CCBY.md
- text: License (Code)
href: LICENSE-AGPL.md
- text: License (Geodata)
href: LICENSE-ODbL.md
- text: Security
href: SECURITY.md
format:
html:
toc: true
theme:
light: [cosmo, styles.css]
code-copy: true
code-overflow: wrap
mainfont: Jost
link-external-newwindow: true
mermaid:
theme: neutral
freeze: true
editor: visual