-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
48 lines (43 loc) · 1.06 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
site_name: MOST
site_url: https://m-zakeri.github.io
repo_url: https://github.com/m-zakeri/ZMOST
site_description: Modern Open Scientific/Standard Templates
site_author: Morteza Zakeri-Nasrabadi
copyright: © 2020-2023 Morteza Zakeri-Nasrabadi
theme:
name: material
palette:
- scheme: default
primary: purple
accent: purple
toggle:
icon: material/toggle-switch-off-outline
name: Dark mode
- scheme: slate
primary: purple
accent: purple
toggle:
icon: material/toggle-switch
name: Light mode
icon:
logo: material/library
features:
- header.autohide
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/mortazazakeri/
plugins:
- search
- mkdocstrings:
handlers:
python:
setup_commands:
- import sys
- import os
selection:
members: True
nav:
- Home: index.md
- Abbreviation: Abbreviation.md
- Issue Tracker: 'https://github.com/m-zakeri/ZMOST/issues'