-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
69 lines (62 loc) · 1.55 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
site_name: bahmoudd
site_url: https://bahmoudd.github.io
site_author: Bahman Altamash
repo_name: bahmoudd/bahmoudd.github.io
repo_url: https://github.com/bahmoudd/bahmoudd.github.io
theme:
name: material
locale: en
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep orange
accent: orange
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep orange
accent: orange
toggle:
icon: material/brightness-4
name: Switch to system preference
features:
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- navigation.tabs.sticky
- navigation.path
- navigation.top
- search.suggest
- search.highlight
- toc.follow
- toc.integrate
plugins:
- search
- offline
markdown_extensions:
- nl2br
- fenced_code
- tables
- toc
- pymdownx.tasklist
- pymdownx.tilde
- pymdownx.superfences
- pymdownx.emoji
- gfm_admonition
nav:
- Home: index.md
- Arch Install Guide:
- Main Guide: arch-install-guide/main-guide.md
- Window Managers: arch-install-guide/window-managers.md
- The Tech Times:
- 2025-01-13: the-tech-times/2025-01-13.md
- 2025-01-04: the-tech-times/2025-01-04.md
- Changelog:
- 2025-01-13: changelog/2025-01-13.md
- 2025-01-11: changelog/2025-01-11.md