-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
31 lines (31 loc) · 838 Bytes
/
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
site_name: Platypus Technologies
site_author: Anjor Kanekar
site_url: https://platypustech.xyz
repo_url: https://github.com/anjor/platypus-website
theme:
name: material
palette:
- scheme: default
primary: blue grey
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: blue grey
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- social
extra:
analytics:
provider: google
property: G-PJPYDWZ4Q0
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/__anjor
- icon: fontawesome/brands/github
link: https://github.com/anjor
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/anjor-kanekar/
copyright: Copyright © 2023 Anjor Kanekar