forked from CaSe-group/case-group.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
76 lines (63 loc) · 1.87 KB
/
Copy pathmkdocs.yml
File metadata and controls
76 lines (63 loc) · 1.87 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
site_name: CaSe Group - Cloud computing and sequencing
# configurations:
## DONT CHANGE
theme:
name: material
custom_dir: material
icon:
logo: octicons/chevron-right-24
include_search_page: true
search_index_only: true
language: en
features:
- navigation.tabs
palette:
scheme: default
primary: blue grey
accent: orange
font:
text: Roboto
code: Roboto Mono
copyright: ©2020 Christian Brandt
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/replikation
- icon: fontawesome/brands/twitter
link: https://twitter.com/gcloudchris
- icon: fontawesome/brands/researchgate
link: https://www.researchgate.net/profile/Christian_Brandt5
- icon: fontawesome/brands/linkedin
link: https://de.linkedin.com/in/christian-b-a2b05018a
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
# Navigation
## USE SPACE not TAB
nav:
- Home: index.md
- Team:
- Christian - phD/head: team/christian.md
- Mateusz Jundzill - phD student: team/mateusz.md
- Mike Marquet - phD student: team/mike.md
- Ricc Spott - phD student: team/ricc.md
- Mara Lohde - master student: team/mara.md
- Publications:
- Peer reviewed: publications/peer.md
- Preprints: publications/nonpeer.md
- Programs:
- Workflows: tools/workflows.md
- Tools: tools/tools.md
- Other: tools/other.md
- Tutorials:
- shell: tutorials/shell.md
- python:
- python general: tutorials/python/python.md
- jupyter book: tutorials/python/jbook.md
- pandas: tutorials/python/pandas.md
- nextflow: tutorials/nextflow.md
- docker: tutorials/docker.md