-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
86 lines (85 loc) · 1.88 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
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
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.ico
language: en
logo: assets/icons/logo.svg
palette:
- primary: custom
scheme: default
toggle:
icon: material/lightbulb
name: Switch to dark mode
- primary: custom
scheme: slate
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
title: On this page
toc_depth: 3
- pymdownx.details
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- 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
- redirects:
map_file: redirect_map.yml
- awesome-pages:
filename: .pages.yml
- tags:
tags: false
- macros:
include_dir: overrides
module_name: macro_hooks
on_error_fail: true
verbose: false
extra:
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