-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
194 lines (179 loc) · 4.93 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
site_name: Mohammed Besar Blog
site_author: Mohammed Besar
site_description: Linux and Open Source Software.
copyright: Copyright © 2022 Mohammed Besar
repo_url: https://github.com/mmBesar/mmbesar.github.io
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- Tutorials:
- Tutorials/appimages.md
- Tutorials/Best-Arabic-Font-in-Linux.md
- Tutorials/Debian-Post-Install.md
- Tutorials/elementaryOS6-PostInstall.md
- Tutorials/Fedora-36-Post.md
- Tutorials/gnome-keybindings.md
- Tutorials/macOS-theme-for-Ubuntu.md
- Tutorials/PopShell-Install.md
- Tutorials/tesseract.md
- Tutorials/Ubuntu-22.04-Post.md
- Tutorials/VirtManager.md
- Tutorials/VirtManager-Share.md
- Tutorials/Waydroid.md
- Tutorials/Xfce-Customized-Debian-11.md
- Tutorials/ZSH.md
- Tutorials/Ubuntu-Update.md
- Tutorials/VirtManager-Win11.md
- Tutorials/VirtManager-Win-Share.md
- Tutorials/2nd-drive.md
- Tutorials/Ubuntu-22.10-Post.md
- Tutorials/Fedora-37-Post.md
- Tutorials/HS-Install-Debian-11.md
- Tutorials/HS-Samba.md
- Tutorials/HS-Docker.md
- Tutorials/HS-Nextcloud.md
- Tutorials/HS-Jellyfin.md
- Tutorials/HS-pyload.md
- Tutorials/Silverblue-Post.md
- Tutorials/Install-Firefox.md
- Tutorials/Fedora-38-Post.md
- Tutorials/HS-NPM.md
- Tutorials/RAM-SWAP-ZRAM.md
- Tutorials/HS-Tailscale.md
- Tutorials/VirtManager-Bridge.md
- Tutorials/NixOS-Minimal-Install-GNOME.md
- Tutorials/HS-Syncthing.md
- Tutorials/Debian-12-Post-Install.md
- Tutorials/HS-Upgrade-to-Debian-12.md
- Tutorials/Fedora-39-Post.md
- Tutorials/HS-NFS.md
- Tutorials/HS-FileBrowser.md
- Tutorials/Free-Site-GitHub-MkDocs.md
- Tutorials/Ubuntu-24.04-Post.md
- About: about.md
theme:
custom_dir: overrides
name: material
logo: /assets/logo-white.png
favicon: /assets/logo.png
# font: false
# icon:
# logo: material/home
# Light and Dark Theme Toggle
# palette:
# - media: "(prefers-color-scheme: light)"
# scheme: default
# toggle:
# icon: material/weather-night
# name: Switch to dark mode
# - media: "(prefers-color-scheme: dark)"
# scheme: slate
# primary: red
# accent: pink
# toggle:
# icon: material/weather-sunny
# name: Switch to light mode
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: indigo
accent: amber
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.indexes
# - navigation.tabs
# - navigation.tabs.sticky
# - navigation.sections
# - toc.integrate
plugins:
- mkdocs-video
- search:
lang:
- en
- ar
extra:
social:
- icon: fontawesome/brands/mastodon
link: https://mastodon.online/@mbesar
name: Mastodon
- icon: fontawesome/brands/twitter
link: https://twitter.com/mmbesar
name: Twitter
- icon: fontawesome/brands/instagram
link: https://instagram.com/mmbesar
name: Instagram
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/Mohammed.Besar.Page
name: Facebook Page
- icon: fontawesome/brands/youtube
link: https://youtube.com/mmbesar
name: YouTube Channel
# - icon: fontawesome/solid/paper-plane
# link: mailto:mbesar@proton.me
# name: Send Me an email
blog:
dir: Tutorials
author: Mohammed Besar
author_image: /assets/author.jpg
words_read_per_minute: 300
list_length: 5
extended_preview: true
markdown_extensions:
# Python Markdown
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- def_list
- footnotes
- tables
- toc:
title: On this page
# permalink: true
permalink: ⚓︎
baselevel: 3
toc_depth: 6
separator: "_"
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
# Python Markdown Extensions
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
# slugify: !!python/object/apply:pymdownx.slugs.slugify
# kwds:
# case: lower
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.snippets
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic:
mode: view
# blog
- meta