forked from NFDI-Jupyter/services
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
44 lines (39 loc) · 1.02 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
site_name: NFDI Jupyter Services
site_description: A list of jupyter services within the national research data infrastructure of Germany
site_author: WG RSE, NFDI Section Common Infrastructures
site_url: "https://NFDI-Jupyter.github.io/services"
theme:
name: material
palette:
scheme: default
primary: light blue
accent: deep purple
font: false
logo: assets/nfdi_rgb_Wortmarke_Zusatz_hoch.png
favicon: assets/nfdi_rgb_Wortmarke.png
language: en
#custom_dir: custom/
extra_css:
- css/extra.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- js/tablesort.js
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
- meta
- tables
- def_list
plugins:
- search
- gen-files:
scripts:
- docs/gen_detail_pages.py
- macros:
include_dir: include