-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
72 lines (69 loc) · 1.96 KB
/
mkdocs.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
site_name: RDM Workshop
copyright: <a href="https://choosealicense.com/licenses/mit/">License</a>
© 2024 Julia-Katharina Pfarr<br>
repo_url: https://github.com/julia-pfarr/rdm_workshop
theme:
name: material
palette:
primary: blue grey
font:
text: Montserrat
code: Roboto mono
language: en
features:
- navigation.top
- navigation.sections
- navigation.expand
- content.tabs.link
- toc.integrate
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/github
link: https://github.com/julia-pfarr
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/julia-katharina-pfarr-2a6437236/
- icon: fontawesome/brands/researchgate
link: https://www.researchgate.net/profile/Julia-Katharina-Pfarr
- icon: material/email
link: mailto:[email protected]
docs_dir: docs
nav:
- Overview: index.md
- Introduction: introduction.md
- Open Science Framework: osf.md
- Research Data Management Plan: rdmp.md
- Preregistration: preregistration.md
- Project and Data Organization: organization.md
- Metadata: metadata.md
- Provenance Tracking: version-control.md
- Reproducible analyses: reproducible-analysis.md
- Data Storage and Sharing: storage_sharing.md
- Copyright and Licenses: copyright_licenses.md
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- codehilite
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tabbed
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.smartsymbols
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg