-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
102 lines (93 loc) · 3.06 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
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
site_name: Intro to UPPMAX Day 1
repo_url: https://github.com/UPPMAX/uppmax_intro_day_1
edit_uri: blob/main/docs/
nav:
- Home: index.md
- Overviews:
- Schedule: overviews/schedule.md
- UPPMAX Intro: overviews/uppmax_intro.md
- UPPMAX Intro Day 1: overviews/uppmax_intro_day_1.md
- Basic use with visual tools:
- Introduction: sessions/introduction_visual.md
- Login in general: sessions/login.md
- Log in to the remote desktop environment: sessions/login_remote_desktop.md
- Use the remote desktop environment: sessions/use_remote_desktop.md
- File transfer using FileZilla: sessions/file_transfer_using_filezilla.md
- Basic use from a terminal:
- Introduction: sessions/introduction_terminal.md
- Log in to the console environment: sessions/login_console.md
- Use the terminal: sessions/use_terminal.md
- File transfer using scp: sessions/file_transfer_using_scp.md
- Doing real work:
- Introduction: sessions/introduction_real_work.md
- The module system: sessions/modules.md
- Creating a bash script: sessions/scripts.md
- The job scheduler: sessions/job_scheduler.md
- Start an interactive session: sessions/start_interactive_session.md
- Using an IDE: sessions/ide.md
- The bigger picture:
- Introduction: sessions/introduction_bigger_picture.md
- NAISS: sessions/naiss.md
- Clusters: sessions/clusters.md
- UPPMAX courses: sessions/courses.md
- Misc:
- About Richel: misc/richel.md
- Acknowledgements: misc/acknowledgements.md
- Code of conduct: CODE_OF_CONDUCT.md
- Contributing: CONTRIBUTING.md
- Evaluation: misc/evaluation.md
- Evaluations: evaluations/README.md
- FAQ: misc/faq.md
- Lesson plans: lesson_plans/README.md
- Exercise procedure: misc/exercise_procedure.md
- Project: misc/project.md
- Reflections: reflections/README.md
theme:
name: material
greetings: Welcome to UPPMAX Intro Day 1
font:
text: Lato
code: JetBrains Mono
logo: assets/logo_color.png
features:
- toc.integrate
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.path
- navigation.footer
- navigation.expand
- search.suggest
- content.code.annotate
- content.code.copy
- content.tabs.link
- content.action.edit
- content.action.view
extra_css:
- stylesheets/extra.css
markdown_extensions:
- toc:
toc_depth: 2
permalink: true
permalink_title: Anchor link to this section for reference
- admonition
- tables
- attr_list
- footnotes
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.keys
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg