-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
101 lines (99 loc) · 2.26 KB
/
mkdocs.yml
File metadata and controls
101 lines (99 loc) · 2.26 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
91
92
93
94
95
96
97
98
99
100
101
site_name: Research Developer Cloud
repo_url: https://github.com/nesi/research-developer-cloud
repo_name: nesi/research-developer-cloud
site_dir: public
theme:
name: material
custom_dir: overrides
favicon: assets/icons/favicon_reannz.ico
language: en
logo: assets/icons/logo_reannz.svg
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/lightbulb
name: Switch to dark mode
primary: custom
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
features:
- navigation.indexes
- navigation.tabs
- navigation.top
- navigation.tracking
- navigation.path
- content.code.copy
- content.action.edit
- header.site_name_homepage
hooks:
- mkdocs_hooks.py
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- tables
- toc:
baselevel: 1
permalink: true
toc_depth: 3
title: On this page
- admonition
- pymdownx.details
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets: null
- md_in_html
- neoteroi.cards
- neoteroi.timeline
plugins:
- glightbox
- search
- git-revision-date-localized:
enable_creation_date: true
- open-in-new-tab
- awesome-nav:
filename: .pages.yml
# - git-authors
- tags:
tags: false
- macros:
on_error_fail: true
verbose: false
extra:
slurm: slurm-25.05.6
status:
- deprecated
- new
- tutorial
analytics:
provider: google
property: G-C9SP9NWT3Z
extra_css:
- assets/stylesheets/neoteroi-mkdocs.css
- assets/stylesheets/neoteroi-cards.css
- assets/stylesheets/theme.css
extra_javascript:
- assets/javascripts/general.js