forked from hpcugent/vsc_user_docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
os_pick.template
57 lines (51 loc) · 1.03 KB
/
os_pick.template
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
{%- if site == 'Gent' %}
site_url: https://docs.hpc.ugent.be
{%- endif %}
site_name: VSC User Documentation - {{ site }}
docs_dir: os_pick/docs
plugins:
- ugent:
os_pick: True
site: {{ site }}
oses:
- Linux
- macOS
- Windows
{%- if site == 'Gent' %}
- redirects:
redirect_maps:
gpu_gent.md: gpu.md
interactive_gent.md: interactive_debug.md
crontab_gent.md: crontab.md
{%- endif %}
- macros:
include_yaml:
- extra/constants.yml
- extra/{{ lsite }}.yml
- section-index
- autorefs
markdown_extensions:
- admonition
- attr_list
- footnotes
- abbr
- pymdownx.snippets:
auto_append:
- ./includes/abbreviations.md
- toc:
permalink: "#"
baselevel: 1
toc_depth: 3
- meta
- tables
- md_in_html
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.keys
theme:
name: material
language: en
custom_dir: os_pick/overrides
extra:
build_dir: build/HPC/{{ site }}