-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
194 lines (187 loc) · 4.92 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
194
# Project information
site_name: TechnoLuc Documentation
site_url: https://technoluc.github.io/technoluc.github.io/
site_author: TechnoLuc
site_description: >-
Create a branded static site from a set of Markdown files to host the
documentation of your Open Source or commercial project
# Repository
repo_name: technoluc/technoluc.github.io
repo_url: https://github.com/technoluc/technoluc.github.io
edit_uri: edit/main/docs/
# Theme
theme:
name: material
logo: assets/logo.png
favicon: assets/TL.png
language: en
features:
- content.action.edit
- content.code.annotate
- content.code.copy
# - content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.indexes
# - navigation.instant
# - navigation.prune
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
# - toc.follow
- toc.integrate
palette:
- scheme: default
primary: indigo
accent: pink
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: pink
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
favicon: assets/favicon.png
icon:
logo: logo
# Plugins
plugins:
- search
- awesome-pages
# - monorepo
# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- pymdownx.snippets:
# base_path:
# - docs/src/markdown/.snippets
# - LICENSE.md
# auto_append:
# - refs.md
check_paths: true
url_download: true
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
# - pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- Home: index.md
- Bash:
- bash/index.md
- bashrc: bash/bashrc.md
- Extended Cheatsheet: bash/cheatsheet.md
- For.. Loops: bash/loops.md
- Scripts: bash/scripts.md
- Useful Commands: bash/useful_commands.md
- Docker:
- docker/index.md
- Docker CLI: docker/docker-cli.md
- Docker Compose: docker/docker-compose.md
- Gists: 'https://gist.github.com/technoluc/starred'
- Hardware:
- hardware/index.md
- BIOS Keys: hardware/bioskeys.md
- RAM: hardware/ram.md
- iOS:
- ios/index.md
- Move to iOS: ios/move.md
- Links:
- links/index.md
- CSS-Tricks: 'https://css-tricks.com'
- Daily.dev: 'https://app.daily.dev/'
- DevDocs: 'https://devdocs.io'
- Readme.so: 'https://readme.so'
- Resume.io: 'https://resume.io'
- Linux:
- linux/index.md
- Hostname: linux/set-hostname.md
- Networking: linux/networking.md
- NFS: linux/nfs.md
- Sed: linux/sed.md
- Timezone: linux/set-timezone.md
- macOS:
- macos/index.md
- Defaults collection: macos/collection.md
- Scripts: macos/macos-scripts.md
- Shortcuts: macos/macos-shortcuts.md
- VSCode Shortcuts: macos/vscode-macos-shortcuts.md
- Markdown:
- markdown/index.md
- Cheatsheet 1: markdown/markdown-cheat-sheet.md
- Cheatsheet 2: markdown/markdown-cheatsheet.md
- MkDocs: mkdocs/index.md
# - Miscellaneous: '*include ./submodules/*/mkdocs.yml'
- Office:
- office/index.md
- Excel:
- office/excel/index.md
- Addresses: office/excel/addresses.md
- Formulas: office/excel/formulas.md
- Outlook:
- office/outlook/index.md
- Modern Auth: office/outlook/outlook-modern-auth.md
- Proxmox:
- proxmox/index.md
- CT: proxmox/ct.md
- Notes: proxmox/notes.md
- VM: proxmox/vm.md
- Python:
- python/index.md
- Virtual Environment: python/virtualenv.md
- Windows:
- windows/index.md
- Activate Office 2021: windows/office.md
- Activate Windows 10/11: windows/windows.md
- Apps: windows/apps.md
- Nirsoft: windows/nirsoft.md
- Path: windows/path.md
- PowerShell: windows/pwsh.md
- Printers: windows/printers.md
- RDP: windows/rdp.md
- SFC: windows/sfc.md
- WinGet: windows/winget.md
- Reset a Forgotten Windows Administrator Password: windows/admin.md