generated from lmu-osc/tutorial-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
140 lines (124 loc) · 4.09 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
project:
type: website
pre-render: wget -nc https://raw.githubusercontent.com/lmu-osc/branding-resources/refs/heads/main/lmu-osc-custom.scss
post-render: rm lmu-osc-custom.scss
website:
title: "OSC Manual"
page-footer:
center: "Copyright, 2024 Open Science Center at LMU Munich"
border: false
search:
location: sidebar
repo-url: https://github.com/lmu-osc/manual
repo-actions: [edit, issue]
back-to-top-navigation: true
page-navigation: true
favicon: assets/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/manual
- text: Report a Bug
url: https://github.com/lmu-osc/manual/issues
- icon: house-heart
url: https://www.osc.uni-muenchen.de/index.html
sidebar:
style: "docked"
collapse-level: 1
contents:
- text: "Home"
href: index.qmd
- section: "About"
contents:
- href: about/page1.qmd
text: "TOPIC1 Page1 Title"
- href: about/page2.qmd
text: "TOPIC1 Page2 Title"
- section: "Membership"
contents:
- href: membership/page1.qmd
text: "General Information"
- href: membership/page1.qmd
text: "Professors and Postdocs"
- href: membership/page2.qmd
text: "PhD Students and Postgraduates"
- href: membership/page3.qmd
text: "Masters and Bachelors"
- href: membership/page4.qmd
text: "HiWis (Student Assistants)"
- section: "Staff Onboarding"
contents:
- href: new_staff/page1.qmd
text: "TOPIC2 Page1 Title"
- href: new_staff/page2.qmd
text: "TOPIC2 Page2 Title"
- href: new_staff/page3.qmd
text: "TOPIC2 Page3 Title"
- section: "GitHub Organization"
contents:
- href: github/page1.qmd
text: "About out GitHub Organization"
- href: github/page2.qmd
text: "Essential git Skills"
- href: github/page3.qmd
text: "Repository Overview"
- href: github/page4.qmd
text: "Resource Repos"
- href: github/page4.qmd
text: "What are GitHub Actions?"
- href: github/page4.qmd
text: "Pull Requests and Issues"
- href: github/page4.qmd
text: "Zenodo Integration"
- href: github/page4.qmd
text: "Citations and Licenses"
- section: "LRZ GitLab"
contents:
- href: gitlab/page1.qmd
text: "The LRZ GitLab"
- href: gitlab/page2.qmd
text: "Repository Overview"
- href: gitlab/page2.qmd
text: "Web Hosting?"
- section: "Authoring Tutorials"
contents:
- href: authoring_tutorials/introduction.qmd
text: "Introduction"
- href: authoring_tutorials/tutorial_template_repo.qmd
text: "Tutorial Template Overview"
- href: authoring_tutorials/getting_started.qmd
text: "Getting Started"
- href: authoring_tutorials/things_you_should_not_change.qmd
text: "Things You Shouldn't change"
- href: authoring_tutorials/matomo_analytics.qmd
text: "Matomo Analytics"
- href: authoring_tutorials/releases_and_zenodo.qmd
text: "Releases and Zenodo"
- href: authoring_tutorials/updates_and_versioning.qmd
text: "Updates and Versioning"
- href: authoring_tutorials/best_practices.qmd
text: "Best Practices"
format:
html:
theme:
- cosmo
- lmu-osc-custom.scss
css:
- https://raw.githubusercontent.com/lmu-osc/branding-resources/refs/heads/main/lmu-osc-styles.css
toc: true
fontsize: 13pt
code-overflow: wrap
grid:
sidebar-width: 300px
include-in-header:
- file: matomo-analytics.html
editor: source