-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
90 lines (84 loc) · 3.5 KB
/
Copy pathmkdocs.yml
File metadata and controls
90 lines (84 loc) · 3.5 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
site_name: "Landing pages of the LUMI GitHub.io sites"
site_url: https://lumi-supercomputer.github.io/
site_dir: site
site_description: >-
GitHub landing page of the LUMI supercomputer GitHub.io site
theme:
name: material
# We'll customise the team (basically a simpler footer)
#custom_dir: overrides
features:
- navigation.instant
- navigation.tracking
#- navigation.tabs
- navigation.top
- navigation.indexes
- header.autohide
- toc.follow
palette:
- primary: black
#hide:
# - toc
nav:
- About this site:
- index.md
- LUMI training materials: LUMI-training-materials
- LUMI software library: LUMI-EasyBuild-docs
- LUMI software stack: LUMI-SoftwareStack
- EasyBuild tutorials: easybuild-tutorial
plugins:
# show revision date at bottom of each page
# - git-revision-date-localized
# necessary for search to work
# - search
# redirects to avoid broken URLs in original version of the tutorial (June 2020)
- redirects:
redirect_maps:
comprehensive-latest.md: https://lumi-supercomputer.github.io/LUMI-training-materials/comprehensive-latest/
paow-latest.md: https://lumi-supercomputer.github.io/LUMI-training-materials/paow-latest/
advanced-latest.md: https://lumi-supercomputer.github.io/LUMI-training-materials/advanced-latest/
intro-latest.md: https://lumi-supercomputer.github.io/LUMI-training-materials/intro-latest/
AI-latest.md: https://lumi-supercomputer.github.io/LUMI-training-materials/AI-latest/
ai-latest.md: https://lumi-supercomputer.github.io/LUMI-training-materials/ai-latest/
update-202308.md: https://lumi-supercomputer.github.io/LUMI-training-materials/User-Updates/Update-202308/
update-202311.md: https://lumi-supercomputer.github.io/LUMI-training-materials/User-Updates/Update-202311/
update-202409.md: https://lumi-supercomputer.github.io/LUMI-training-materials/User-Updates/Update-202409/
update-202601.md: https://lumi-supercomputer.github.io/LUMI-training-materials/User-Updates/Update-202601/
update.md: https://lumi-supercomputer.github.io/LUMI-training-materials/User-Updates/Update-202601/
terms-update.md: https://lumi-supercomputer.eu/lumi-service-status/important-all-lumi-users-to-re-approve-the-lumi-terms-of-use-https-my-csc-fi-terms-before-sunday-12-april-2359-eest-2259-cest/
hackathon.md: https://lumi-supercomputer.github.io/LUMI-training-materials/hackathon/
menu.md: https://lumi-supercomputer.github.io/LUMI-training-materials/menu/
markdown_extensions:
- meta
# Nicer tables
- tables
# notes, warnings, hints, ...
- admonition
# code blocks with syntax highlighting, graphs
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
# clickable details
- pymdownx.details
# tabbed contents
- pymdownx.tabbed
- toc:
permalink: false
toc_depth: 3
extra:
# add links in bottom right
social:
#- type: github
#icon: octicons/logo-github
#link: https://github.com/easybuilders
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCb31KOJ6Wqu0sRpIRi_k8Mw
name: LUMI on YouTube
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/lumi-supercomputer
name: LUMI on LinkedIn
- icon: fontawesome/brands/twitter
link: https://twitter.com/LUMIhpc
name: LUMI on Twitter