-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
70 lines (61 loc) · 1.77 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
site_name: 'Developer Documentation for CMIP-IPO related tasks'
site_description: 'Useful information for the management and development of various systems. '
site_author: 'Daniel Ellis'
theme:
name: material
logo: assets/CMIP_Icon_CMYK_negative.svg
custom_dir: overrides
features:
- navigation.footer
- search.suggest
- header.autohide
plugins:
- search
- optimize
copyright: CCBY04 2023+ Daniel Ellis for the CMIP-IPO (made with material for mkdocs)
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/toggle-switch
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
extra_css:
- stylesheets/extra.css
# - stylesheets/windmill.css
- https://fonts.googleapis.com/css2?family=Akshar&family=Plus+Jakarta+Sans&family=family=IBM+Plex+Mono&display=swap
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
# repo_url: https://github.com/noraj/mkdocs-windmill-dark
# #
# theme:
# name: null
# custom_dir: mkdocs_windmill_dark
# # default from mkdocs_theme.yml
# static_templates:
# - 404.html
# include_search_page: true
# search_index_only: true
# history_buttons: true
# article_nav_top: true
# article_nav_bottom: true
# nav:
# - Usage: index.md
# - Customization: customization.md
# - Samples:
# - Sample Page A: sample-a.md
# - Sample Subfolder:
# - Sample Subpage A1: sample-a1.md
# - Sample Subpage A2: sample-a2.md
# - Sample Page B: sample-b.md
# markdown_extensions:
# - toc:
# permalink: '#'
# extra:
# version: 0.1.4