-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
44 lines (40 loc) · 1.06 KB
/
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
site_name: ivan.chubb.dev
site_author: Ivan Chubb
site_url: https://ivan.chubb.dev
repo_name: ivanchubb/ivan.chubb.dev
repo_url: https://github.com/ivanchubb/ivan.chubb.dev
nav:
- index.md
- projects.md
- hobbies.md
- resume.md
theme:
name: "material"
favicon: "assets/images/favicon-lock-96.png"
icon:
logo: material/home
palette:
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- navigation.instant
markdown_extensions:
# allows default icons with ":icon-name:" syntax
- attr_list
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ivanchubb
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/ivan-alexander-chubb-642396208/