-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
195 lines (182 loc) · 5.5 KB
/
mkdocs.yml
File metadata and controls
195 lines (182 loc) · 5.5 KB
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
site_name: Winfig Documentation
site_url: https://get-winfig.github.io/winfig-docs
repo_url: https://github.com/Get-Winfig/winfig-docs
edit_uri: docs/
use_directory_urls: true
site_author: Armoghan-ul-Mohmin
site_description: Documentation for Winfig, a Windows configuration management tool.
copyright: >
Copyright © 2025 <a href="https://github.com/Get-Winfig" target="_blank">Get-Winfig</a>.
All rights reserved.
extra:
generator: false
# Social media links in footer
social:
- icon: fontawesome/brands/github
link: https://github.com/Get-Winfig
- icon: fontawesome/brands/twitter
link: https://twitter.com/Armoghan12
- icon: fontawesome/brands/linkedin
link: http://www.linkedin.com/in/armoghan-ul-mohmin-4289a9248
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/___armoghan/
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/armoghanul.mohmin
- icon: fontawesome/solid/paper-plane
link: mailto:Armoghan@proton.me
- icon: fontawesome/solid/globe
link: https://Armoghan.netlify.app
# Cookie consent banner
consent:
enabled: true
cookie_name: Winfig_cookie_consent
title: Cookie consent
description: >-
We use cookies to improve your browsing experience and remember your preferences.
These cookies are only used locally and no data is shared with third parties.
actions:
- accept
- reject
- settings
cookies:
- name: Winfig_cookie_consent
description: Stores your cookie consent preference.
lifetime: 10
- name: Winfig_theme
description: Stores your theme preference (dark/light).
lifetime: 365
- name: Winfig_nav
description: Remembers your navigation settings.
lifetime: 30
- name: Winfig_search
description: Remembers your last search query.
lifetime: 7
- name: Winfig_social
description: Remembers your social link interactions.
lifetime: 30
# ------------------------------------------------------------------
# 1. THEME CONFIGURATION
# ------------------------------------------------------------------
theme:
name: material
favicon: images/favicon.ico
logo: images/Icon.png
palette:
- scheme: default
primary: 'blue'
accent: 'light blue'
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: 'blue'
accent: 'light blue'
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: JetBrains Mono
code: Hack Nerd Font
features:
- navigation.tabs
- navigation.top
- search.highlight
- search.suggest
- toc.integrate
- content.code.annotate
- content.code.copy
- content.tabs.link
- navigation.sections
- navigation.instant
- header.autohide
- service-worker
- manifest
# ------------------------------------------------------------------
# 2. NAVIGATION CONFIGURATION
# ------------------------------------------------------------------
nav:
- Home: index.md
- Setup: setup.md
- Bootstrap: bootstrap.md
- Customization: customization.md
- Wallpapers: https://get-winfig.github.io/winfig-wallpaper/
- Apps: apps.md
- Terminal: terminal.md
- Nvim: nvim.md
- VsCode: code.md
- Sublime Text: subl.md
- Dotfiles:
- ShareX: dotfiles/shareX.md
- PowerToys: dotfiles/powertoys.md
- Nilesoft Shell: dotfiles/nilesoft.md
- Fastfetch: dotfiles/fastfetch.md
- Git: dotfiles/git.md
- Lazygit: dotfiles/lazygit.md
- Bat: dotfiles/bat.md
- Starship: dotfiles/starship.md
- Powershell: dotfiles/powershell.md
- AutoHotkey: dotfiles/ahk.md
- Komorebi: dotfiles/komorebi.md
- YASB: dotfiles/yasb.md
- Browsers: browsers.md
# ------------------------------------------------------------------
# 3. MARKDOWN EXTENSIONS CONFIGURATION
# ------------------------------------------------------------------
markdown_extensions:
- admonition
- codehilite
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
url_download: true
url_max_size: 33554432
url_timeout: 10
# ------------------------------------------------------------------
# 4. PLUGIN CONFIGURATION
# ------------------------------------------------------------------
plugins:
- search
- offline
- git-revision-date-localized:
enable_creation_date: true
type: date
fallback_to_build_date: true
enable_git_follow: true
# Privacy Plugin Configuration
- privacy:
cache: true
cache_dir: docs/.cache
assets_fetch: true
assets_fetch_dir: docs/assets
# ------------------------------------------------------------------
# 5. EXTRA JAVASCRIPT AND CSS
# ------------------------------------------------------------------
extra_css:
- assets/Css/custom.css
extra_javascript:
- https://unpkg.com/mermaid@11.12.2/dist/mermaid.min.js
- assets/Js/mermaid-config.js
- assets/Js/script.js