-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
49 lines (42 loc) · 993 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
42
43
44
45
46
47
48
49
site_name: Cameron's Pages
site_author: Cameron Kleiman
site_description: A documentation website for Cameron Kleiman
copyright: Cameron Kleiman
repo_url: https://github.com/camtheman256/pages
edit_uri: edit/main/docs
site_url: https://pages.camk.co/
theme:
name: material
icon:
logo: material/book
features:
- navigation.tabs
- navigation.footer
- content.action.edit
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: cyan
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- toc:
permalink: true
- footnotes
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
- admonition
extra:
analytics:
provider: google
property: G-0773QM221F
plugins:
- social