-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
79 lines (68 loc) · 1.73 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
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
76
77
78
79
site_name: Nathan Catania
site_url: "https://nathancatania.com"
site_description: "Official Website of Nathan Catania"
repo_url: https://github.com/nathancatania/website
repo_name: nathancatania/website
edit_uri: edit/master/docs/
copyright: "© 2024, Nathan Catania"
theme:
name: material
custom_dir: overrides
favicon: assets/favicon.png
#logo: assets/avatar.png
icon:
repo: material/github
logo: octicons/cpu-16
#logo: material/hand-wave
font:
text: Inter
code: Noto Sans Mono
features:
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- toc.follow
- navigation.top
palette:
# Automatically switches between light & dark modes based on system
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: blue
toggle:
icon: material/circle-half-full
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: blue
toggle:
icon: material/circle-half-full
name: Switch to light mode
plugins:
- search
- privacy
- blog:
blog_dir: .
post_url_date_format: yyyy
post_url_format: "posts/{file}"
pagination_per_page: 5
markdown_extensions:
- tables
- admonition
- pymdownx.details
- pymdownx.superfences
- md_in_html
extra:
cli: "$ cd /home/nathan"
generator: false
subtitle: "B.Eng (Hons, 1st) // Australia // AI // Cybersec"
avatar: assets/avatar.png
socials:
- linkedin: https://www.linkedin.com/in/nathancatania/
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/extra.js