-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmkdocs.yml
More file actions
157 lines (148 loc) · 5.15 KB
/
mkdocs.yml
File metadata and controls
157 lines (148 loc) · 5.15 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
# Navigation
nav:
- Home: 'index.md'
- Changelog: 'CHANGELOG.md'
- Linux:
- SSH Service Security: 'linux/SSH_Service_Security.md'
- General: 'linux/general/general.md'
- Files: 'linux/general/files.md'
- Memory & Swap: 'linux/general/memorySwap.md'
- Guides:
- Resize Root PartitionWithout Reboot: 'linux/linuxGuides/ResizeRootPartitionWithoutReboot.md'
- Installing Oh My zsh: 'linux/linuxGuides/zshOnSteroids.md'
- Linux Services:
- cPanel & WHM: 'linux/Services/cpanel.md'
- CSF Firewall: 'linux/Services/csf.md'
- Nginx: 'linux/Services/nginx.md'
- Apache: 'linux/Services/apache.md'
- Sophos Firewall: 'linux/Services/sophos.md'
- Wordpress: 'linux/Services/wordpress.md'
- Esxi: 'linux/Services/esxi.md'
- Plesk: 'linux/Services/plesk.md'
- macOS:
- General: 'macOS/macGeneral.md'
- Home Brew: 'macOS/brew.md'
- MacOS Software: 'macOS/macSoftware.md'
- Alftred Workflows: 'macOS/alfredWorkFlows.md'
- Rasperry Pi:
- General: 'rasperryPi/piGeneral.md'
- Rasperry Pi 3 Tor Access Point: 'rasperryPi/TOR-Pi.md'
- Rasperry Pi Magic Mirror: 'rasperryPi/MagicMirror.md'
- Development:
- Python: 'development/python.md'
- Windows:
- Windows General: 'windows/windowsGeneral.md'
- Browsers Extensions:
- Chrome: 'browsers/chromeExtensions.md'
- Firefox: 'browsers/firefoxExtentions.md'
- Android:
- Useful Apps for Android: 'android/androidApps.md'
- Penetration-Testing:
- General: 'penTesting/penTestingGeneral.md'
- Click-Jacking Test: 'penTesting/clickJacking.md'
- Israel ID Generator & Validator: 'penTesting/IDD_Generator.md'
- Kali linux Modifications: 'penTesting/kaliLinux.md'
- Installing Bettercap 1.6.2: 'penTesting/bettercao1.6.2.md'
- Other:
- General: 'general/generalLinks.md'
- Gmail Mark As Read Script: 'general/gmailMarkAsRead.md'
- Synology DSM : 'general/synologyGeneral.md'
- Ubiquiti Networking: 'general/ubiquiti.md'
- WiFi QR Generator: 'general/wifiQrGenerator.md'
- vscode: 'general/vscode.md'
- Home Assistent: 'general/homeAssistent.md'
- Markdown CheatSheet:
- Welcome: 'markdownCheatSheet/welcome.md'
- Headings: 'markdownCheatSheet/headings.md'
- Emphasis: 'markdownCheatSheet/emphasis.md'
- Line Breaks: 'markdownCheatSheet/lineBreaks.md'
- Lists: 'markdownCheatSheet/lists.md'
- Tables: 'markdownCheatSheet/tables.md'
- Links: 'markdownCheatSheet/links.md'
- Images: 'markdownCheatSheet/images.md'
- Admonition: 'markdownCheatSheet/admonition.md'
- Block Quotes: 'markdownCheatSheet/blockQuotes.md'
- Emojis List: 'markdownCheatSheet/emoji.md'
- Embed External Sources:
- Gists: 'markdownCheatSheet/embedGists.md'
- YouTube Videos: 'markdownCheatSheet/embedYouTubeVideos.md'
- Lucid Chart: 'markdownCheatSheet/embedLucidChart.md'
- Extra:
- Metadata per Page: 'markdownCheatSheet/metaData.md'
- About: 'about.md'
# Site information
site_name: '3os.org'
site_url: 'https://3os.org/'
site_description: 'Collocation of Guide, Technical knowledge, Security, Examples, Tips, at any operating system'
site_author: 'Stas Kosatuhin'
# Repository Link Editor
repo_name: 'fire1ce/3os.org'
repo_url: 'https://github.com/fire1ce/3os.org/'
edit_uri: 'edit/master/docs/'
# Theme Configuration
theme:
language: en
name: 'material'
logo:
icon: 'donut_small'
favicon: 'assets/images/favicon.ico'
palette:
primary: 'teal'
accent: 'teal'
feature:
tabs: 'true'
# font:
# text: 'Roboto Slab'
# code: 'Roboto Mono'
# Social Links and Comments
extra:
# disqus: '3os'
search:
tokenizer: '[\s\-\.]+'
social:
- type: 'github'
link: 'https://github.com/fire1ce'
- type: 'linkedin'
link: 'https://linkedin.com/in/stas-kosatuhin'
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
# Markdown Rendering Extensions
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.sane_lists
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.def_list
- markdown.extensions.abbr
- markdown.extensions.tables
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.toc:
permalink: True
separator: "_"
- pymdownx.extra
- pymdownx.arithmatex
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.keys
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tilde
- pyembed.markdown
- pymdownx.betterem:
smart_enable: all
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
# list of extensions https://github.com/Python-Markdown/markdown/wiki/Third-Party-Extensions
# Google Analytics
google_analytics:
- 'UA-122318911-1'
- 'auto'
# Copyright
copyright: 'Copyright © Stas Kosatuhin @2018'