-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathmkdocs.yml
41 lines (37 loc) · 846 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
32
33
34
35
36
37
38
39
40
41
site_name: Pode.Web
theme:
name: material
logo: images/icon.png
favicon: images/favicon.ico
features:
- navigation.tabs
- navigation.tabs.sticky
font:
text: Fira Sans
code: Fira Code
palette:
- scheme: default
primary: cyan
accent: cyan
toggle:
icon: material/weather-sunny
name: Light Mode
- scheme: slate
primary: cyan
accent: cyan
toggle:
icon: material/weather-night
name: Dark Mode
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- admonition
- meta
repo_name: badgerati/pode.web
repo_url: https://github.com/Badgerati/Pode.Web
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/badgerati
- icon: fontawesome/brands/twitter
link: https://twitter.com/badgerati