-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
75 lines (74 loc) · 1.75 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
site_name: ATLAS
theme:
name: material
custom_dir: overrides
language: en
icon:
logo: logo
previous: fontawesome/solid/angle-left
next: fontawesome/solid/angle-right
features:
- content.code.annotate
- content.code.copy
- content.tabs.link
- header.autohide
- announce.dismiss
- navigation.footer
- navigation.expand
- navigation.path
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
plugins:
- glightbox
- typeset
- search
palette:
# Palette toggle for dark mode
- scheme: slate
primary: black
accent: deep orange
toggle:
icon: material/weather-night
name: Switch to light mode
# Palette toggle for light mode
- scheme: default
primary: indigo
accent: deep orange
toggle:
icon: material/weather-sunny
name: Switch to dark mode
copyright: Copyright © 2024 Jesse Amarquaye
extra:
social:
- icon: github
link: https://github.com/amarquaye
- icon: linkedin
link: https://www.linkedin.com/in/amarquaye/
- icon: x
link: https://x.com/llordjesse
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- def_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- toc:
permalink: true