-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
75 lines (65 loc) · 1.93 KB
/
Copy pathmkdocs.yaml
File metadata and controls
75 lines (65 loc) · 1.93 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# $schema: https://squidfunk.github.io/mkdocs-material/schema.json
site_author: Harmelodic
site_description: Harmelodic scribblings & projects.
site_name: Harmelodic
site_url: https://harmelodic.com
strict: true
copyright: "© 2016-2026 Matt Smith"
# Ensure .well-known is included in served content, but excluded from MkDocs rendered directories.
exclude_docs: |
!.well-known
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.blocks.caption
- pymdownx.highlight
- pymdownx.superfences
plugins:
- search
- awesome-nav:
filename: .nav.yaml # I prefer the `.yaml` extension.
theme:
name: material
logo: assets/logo.svg
favicon: assets/favicon.png
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- toc.follow
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
accent: light green # If changing, remember to change custom CSS!
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: light green # If changing, remember to change custom CSS!
toggle:
icon: material/brightness-4
name: Switch to system preference
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/bluesky
link: https://bsky.app/profile/harmelodic.com
name: Harmelodic on Bluesky
- icon: fontawesome/brands/github
link: https://github.com/Harmelodic
name: Harmelodic on GitHub
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/harmelodic/
name: Harmelodic on LinkedIn