-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
74 lines (74 loc) · 1.93 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
73
74
site_name: Resources
site_author: Lennart Wittkuhn
repo_url: https://github.com/lnnrtwttkhn/resources
site_url: https://lnnrtwttkhn.github.io/resources/
repo_name: lnnrtwttkhn/resources
edit_uri: edit/master/docs/
docs_dir: docs
copyright: 'Copyright © 2022 Lennart Wittkuhn'
site_description: "List of resources maintained by Lennart Wittkuhn"
nav:
- Blogs: blogs.md
- Coding: coding.md
- Computational Environments: computational-environments.md
- Documentation: documentation.md
- Data Managament: data-management.md
- Data Collection: data-collection.md
- Data Sharing: data-sharing.md
- Datasets: datasets.md
- Education: education.md
- Events: events.md
- Fun: fun.md
- Git: git.md
- Illustrations: illustrations.md
- Lab Manuals: lab-manual.md
- Modeling: modeling.md
- Open Science: open-science.md
- Presentations: presentations.md
- Productivity: productivity.md
- Reproducibility: reproducibility.md
- Neuroimgaing: neuroimaging.md
- Science: science.md
- Statistics: statistics.md
- Workshops: workshops.md
- Writing: writing.md
markdown_extensions:
- admonition
- codehilite:
linenums: true
guess_lang: false
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- toc:
baselevel: 1
permalink: true
separator: "_"
toc_depth: 3
anchorlink: false
theme:
name: material
language: en
plugins:
- search
- git-revision-date-localized:
type: timeago
timezone: Europe/Amsterdam
locale: en
fallback_to_build_date: false
extra:
analytics:
provider: google
property: G-X7FYG9528D