forked from lmu-osc/code-publishing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
58 lines (55 loc) · 1.22 KB
/
_quarto.yml
File metadata and controls
58 lines (55 loc) · 1.22 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
project:
type: website
website:
title: "Code Publishing Tutorial"
page-footer:
center: "© 2024–2025 Open Science Center at LMU Munich"
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
csl: apa.csl
bibliography: literature.bib
lang: en-US