-
Notifications
You must be signed in to change notification settings - Fork 2
/
_quarto.yml
94 lines (89 loc) · 2.6 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
# See https://github.com/quarto-dev/quarto-web/blob/main/_quarto.yml
# Contains examples on how to set up
project:
type: website
output-dir: docs
website:
title: "Policies for Liberate Science GmbH"
image: "logo.png"
favicon: "favicon.png"
open-graph: true
site-url: https://libscie.org
repo-url: https://github.com/libscie/policy
issue-url: https://github.com/libscie/policy/issues/new/choose
repo-actions: [edit, issue]
page-navigation: true
search:
location: navbar
type: overlay
page-footer:
left:
- text: "CC0 Public Domain Dedication"
href: "https://creativecommons.org/publicdomain/zero/1.0/legalcode"
right:
- icon: github
href: https://github.com/libscie
aria-label: Liberate Science GmbH GitHub
- icon: rss
href: https://quarto.org/docs/blog/index.xml
aria-label: LibScie Blog RSS
- icon: mastodon
href: https://akademienl.social/@libscie
aria-label: LibScie Mastodon
navbar:
background: light
logo: logo.png
logo-alt: "LibScie logo"
title: "LibScie Handbook"
collapse-below: lg
left:
- text: "Quick links"
menu:
- href: "https://libscie.org"
text: "Blog"
- href: "https://libscie.org/ghost"
text: "Blog editor"
- href: "https://mngr.libscie.org"
text: "LibScie Manager"
- text: "Getting started"
menu:
- href: "onboarding/discord.qmd"
- href: "onboarding/github.qmd"
# - href: "onboarding/researchequals.qmd"
- text: "Culture"
menu:
- href: "culture/document.qmd"
- href: "culture/jobs.qmd"
- href: "culture/values.qmd"
- href: "culture/workweek.qmd"
- text: "Policies"
menu:
- href: "policies/coc.qmd"
- href: "policies/events.qmd"
- href: "policies/equipment.qmd"
- href: "policies/wages.qmd"
- text: "ResearchEquals"
menu:
- href: "researchequals/cohorts.qmd"
- href: "researchequals/technical-infrastructure.qmd"
tools:
- icon: github
href: https://github.com/libscie
text: Liberate Science GmbH GitHub
- icon: rss
href: https://libscie.org/rss
text: LibScie Blog RSS
execute:
freeze: auto
bibliography: references.bib
format:
html:
toc: true
# themes available https://quarto.org/docs/output-formats/html-themes.html
theme: [cosmo]
code-copy: true
code-overflow: wrap
grid:
sidebar-width: 250px
body-width: 900px
margin-width: 300px