forked from kcl-eresearch/CREATE-HPC-Training
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (38 loc) · 1.11 KB
/
mkdocs.yml
File metadata and controls
41 lines (38 loc) · 1.11 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
site_name: High Performance Computing for Digital Humanities
site_description: High Performance Computing for Digital Humanities
site_author: KCL e-Research
site_url: 'https://kcl-eresearch.github.io/High-Performance-Computing-for-Digital-Humanities'
repo_url: 'https://github.com/kcl-eresearch/High-Performance-Computing-for-Digital-Humanities'
markdown_extensions:
- admonition
- footnotes
- pymdownx.details
- pymdownx.superfences
- meta
- attr_list
- codehilite:
guess_lang: false
- toc:
permalink: true
theme:
name: material
locale: en
features:
- navigation.expand
- navigation.indexes
- navigation.top
custom_dir: theme/
nav:
- Intro: 'index.md'
- Connecting: 'connecting.md'
- Accessing software: 'using_software.md'
- Submitting jobs: 'submitting_jobs.md'
- Parallel jobs: 'parallel_jobs.md'
- Singularity: 'singularity.md'
- Jupyter notebooks: 'jupyter.md'
- Practical: 'exercises.md'
- Next steps: 'next-steps.md'
- Reference:
- Unix commands: 'unix_commands.md'
- SSH keys: 'ssh_keys.md'
- Slides: 'slides/index.html'