-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
62 lines (59 loc) · 1.35 KB
/
_quarto.yml
File metadata and controls
62 lines (59 loc) · 1.35 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
project:
type: website
website:
title: "Code Publishing Tutorial"
page-footer:
center: |
A recommended citation and license information for this tutorial
are provided on the [about page](about.qmd).
border: false
search:
location: sidebar
repo-url: https://github.com/lmu-osc/code-publishing
repo-actions: [edit, issue]
back-to-top-navigation: false
page-navigation: true
favicon: images/LMU-OSC_favicon.jpg
margin-header: |
{width="175"}
navbar:
right:
- about.qmd
left:
- href: index.qmd
text: Home
tools:
- icon: github
menu:
- text: Source Code
url: https://github.com/lmu-osc/code-publishing
- text: Report a Bug
url: https://github.com/lmu-osc/code-publishing/issues
- icon: house-heart
url: https://www.osc.uni-muenchen.de/
sidebar:
contents:
- intro.qmd
- setup.qmd
- copyright.qmd
- data.qmd
- code.qmd
- choose-license.qmd
- make-readme.qmd
- archive.qmd
format:
html:
theme:
- cosmo
- custom.scss
toc: true
fontsize: 13pt
grid:
sidebar-width: 300px
mermaid:
theme: neutral
include-in-header:
- file: matomo_analytics.html
csl: apa.csl
bibliography: literature.bib
lang: en-US