-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
56 lines (53 loc) · 1.33 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
site_name: PCMD
nav:
- Overview: 'index.md'
- User Guide: 'user_guide.md'
- Examples: 'examples.md'
- Design and Inspiration: 'design.md'
- Development - Contributing: 'dev.md'
- Releases: 'releases.md'
extra_css:
- stylesheets/extra.css
theme:
favicon: assets/logo.svg
logo: assets/logo.svg
name: material
palette:
scheme: slate
primary: cyan
accent: cyan
features:
- navigation.instant
- header.autohide
- content.tabs.link
plugins:
- search
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/github
link: https://github.com/j0fiN/
- icon: fontawesome/regular/user
link: https://jofin.herokuapp.com/
- icon: octicons/mail-16
link: mailto:jofinfab@gmail.com
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/jofin-f-archbald-6892b2186/
copyright: Copyright © 2021 Jofin F Archbald
repo_url: https://github.com/j0fiN/pcmd
repo_name: j0fiN/pcmd
markdown_extensions:
- pymdownx.details
- def_list
- pymdownx.highlight
- codehilite
- pymdownx.superfences
- pymdownx.snippets
- admonition
- pymdownx.tabbed
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true