forked from lmu-osc/lmu-osc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
124 lines (114 loc) · 3.07 KB
/
_quarto.yml
File metadata and controls
124 lines (114 loc) · 3.07 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
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
project:
type: website
output-dir: _site
pre-render: curl https://raw.githubusercontent.com/lmu-osc/branding-resources/refs/heads/main/lmu-osc-custom.scss -o lmu-osc-custom.scss
website:
title: "LMU Open Science Center"
favicon: assets/img/lmu_osc_logo.jpg
reader-mode: true
search: true
page-navigation: true
repo-url: https://github.com/lmu-osc/lmu-osc.github.io
repo-actions: [edit, issue]
announcement:
icon: info-circle
dismissable: true
content: "**Thanks for visiting the LMU Open Science Center--our site is still under construction for now, but we'll be live soon!**"
type: primary
position: below-navbar
navbar:
title: false
background: "#2b864b"
foreground: "#fff"
# logo: assets/img/osc_image_assets/TutorialCardCard.png
collapse-below: lg
tools:
- icon: github
href: https://github.com/lmu-osc
aria-label: "GitHub"
left:
- href: index.qmd
icon: house-door
text: Home
- href: about/about.qmd
icon: info-circle
text: About
- text: People
icon: people
# href: people/overview.qmd
menu:
- people/overview.qmd
- people/management.qmd
- people/staff.qmd
- people/scientific-board.qmd
- people/advisory-board.qmd
- people/members.qmd
- people/fellows.qmd
- people/alumnae.qmd
- text: Partners
icon: people
menu:
- partners/institutional_members.qmd
- partners/local_os_intiatives.qmd
- partners/other_lmu_support_services.qmd
- partners/externals.qmd
# - sidebar:training
- icon: mortarboard
text: Training
menu:
- self-training.qmd
- train-the-trainer.qmd
- open-research-cycle.qmd
- href: events/index.qmd
icon: calendar-event
text: Events
- href: news.qmd
icon: rss
text: News
right:
- icon: search
aria-label: "Search"
sidebar:
- id: training
title: "Training"
icon: mortarboard
style: "docked"
background: light
collapse-level: 2
contents:
- self-training.qmd
- train-the-trainer.qmd
- open-research-cycle.qmd
#
# - id: gittutorials
# title: "Git Tutorials"
# style: "docked"
# background: light
# collapse-level: 2
# contents:
# - qmd_one.qmd
# - qmd_two.qmd
#
# - id: quartotutorials
# title: "Quarto Tutorials"
# style: "docked"
# background: light
# collapse-level: 2
# contents:
# - qmd_one.qmd
# - qmd_two.qmd
format:
html:
theme:
- cosmo
- lmu-osc-custom.scss
css:
- https://raw.githubusercontent.com/lmu-osc/branding-resources/refs/heads/main/styles.css
- custom-navbar.css
- styles.css
- footer/footer-style.css
toc: true
include-in-header:
- file: matomo_analytics.html
include-after-body:
- file: footer/footer.html