-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
31 lines (28 loc) · 874 Bytes
/
mkdocs.yml
File metadata and controls
31 lines (28 loc) · 874 Bytes
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: "Deranged Senators Documentation"
theme:
name: material
favicon: images/favicon.ico
features:
- navigation.tabs
- toc.integrate
- navigation.instant
palette:
- scheme: slate
primary: indigo
accent: blue
extra:
social: # Footer SM Links
- icon: fontawesome/brands/github
link: https://github.com/DerangedSenators
name: DerangedSenators on Github
markdown_extensions:
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg # Resource for icons: https://squidfunk.github.io/mkdocs-material/getting-started/#icons
plugins:
- search
- awesome-pages:
filename: pages.yml
copyright: Copyright © 2020 Deranged Senators