Skip to content

Commit ca62a11

Browse files
committed
Toggle through server color schemes
1 parent 80c8207 commit ca62a11

File tree

3 files changed

+26
-16
lines changed

3 files changed

+26
-16
lines changed

docs/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2-
title: 🏠
3-
---
2+
title: 👋 hi, i'm michael
3+
hide:
4+
- toc
5+
---
46

57
![avatar](media/avataaar.png){ align=left height=200px width=200p }
68

7-
Hi, I'm Michael, Michael Joseph (yes, two first names, I know. MJ works as
9+
Michael Joseph (yes, two first names, I know. MJ works as
810
an internet handle, for people into the whole brevity thing as well as for
911
disambiguation purposes).
1012

docs/resume.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
hide:
3+
- toc
4+
---
15
# Michael Joseph
26

37
### Senior Software Developer / Team Lead

mkdocs.yml

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,33 @@ theme:
88
name: material
99
logo: media/avataaar.png
1010
features:
11-
- navigation.tabs
1211
- navigation.instant
1312
palette:
14-
- media: "(prefers-color-scheme: light)"
15-
scheme: default
13+
- scheme: slate
1614
primary: pink
17-
#accent:
1815
toggle:
19-
icon: material/weather-sunny
20-
name: Switch to dark mode
21-
- media: "(prefers-color-scheme: dark)"
22-
scheme: slate
16+
icon: material/fingerprint
17+
name: pink-mode
18+
- scheme: slate
2319
primary: light blue
24-
#accent:
2520
toggle:
26-
icon: material/weather-night
27-
name: Switch to light mode
21+
icon: fontawesome/solid/robot
22+
name: light-blue-mode
23+
- scheme: slate
24+
primary: purple
25+
toggle:
26+
icon: material/eye-outline
27+
name: purple-mode
28+
- scheme: slate
29+
primary: teal
30+
toggle:
31+
icon: material/eye
32+
name: teal-mode
33+
2834
nav:
29-
- 🏠: index.md
3035
- 🤓🤖 Resume: resume.md
3136

3237
markdown_extensions:
33-
3438
- attr_list:
3539
- codehilite:
3640
- meta:

0 commit comments

Comments
 (0)