-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfrontmatter.json
More file actions
314 lines (314 loc) · 8.74 KB
/
frontmatter.json
File metadata and controls
314 lines (314 loc) · 8.74 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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
{
"$schema": "https://frontmatter.codes/frontmatter.schema.json",
"frontMatter.taxonomy.contentTypes": [
{
"name": "default",
"pageBundle": false,
"previewPath": null,
"fields": [
{
"title": "Title",
"name": "title",
"type": "string"
},
{
"title": "Description",
"name": "description",
"type": "string"
},
{
"title": "Publishing date",
"name": "date",
"type": "datetime",
"default": "{{now}}",
"isPublishDate": true
},
{
"title": "Content preview",
"name": "preview",
"type": "image"
},
{
"title": "Is in draft",
"name": "draft",
"type": "draft"
},
{
"title": "Tags",
"name": "tags",
"type": "tags"
},
{
"title": "Categories",
"name": "categories",
"type": "categories"
},
{
"title": "hero",
"name": "hero",
"type": "string"
},
{
"title": "menu",
"name": "menu",
"type": "fields",
"fields": [
{
"title": "sidebar",
"name": "sidebar",
"type": "fields",
"fields": [
{
"title": "name",
"name": "name",
"type": "string"
},
{
"title": "identifier",
"name": "identifier",
"type": "string"
},
{
"title": "parent",
"name": "parent",
"type": "string"
}
]
}
]
},
{
"title": "keywords",
"name": "keywords",
"type": "choice",
"choices": [
"ipconfig"
]
},
{
"title": "lastmode",
"name": "lastmode",
"type": "datetime"
}
]
}
],
"frontMatter.framework.id": "hugo",
"frontMatter.content.publicFolder": {
"path": "assets/images",
"relative": true
},
"frontMatter.media.contentTypes": [
{
"name": "default",
"fileTypes": [
"png",
"jpg",
"jpeg",
"gif"
],
"fields": [
{
"title": "Title",
"name": "title",
"type": "string"
},
{
"title": "Author",
"name": "author",
"type": "string"
},
{
"title": "Alt text",
"name": "alt",
"type": "string"
}
]
}
],
"frontMatter.preview.host": "http://localhost:1313",
"frontMatter.git.enabled": false,
"frontMatter.content.pageFolders": [
{
"title": "archetypes",
"path": "[[workspace]]/archetypes"
},
{
"title": "sites",
"path": "[[workspace]]/content/sites"
},
{
"title": "windows",
"path": "[[workspace]]/content/posts/windows"
},
{
"title": "privacy",
"path": "[[workspace]]/content/posts/privacy"
},
{
"title": "security",
"path": "[[workspace]]/content/posts/security"
},
{
"title": "linux",
"path": "[[workspace]]/content/posts/linux"
},
{
"title": "fritzbox",
"path": "[[workspace]]/content/posts/fritzbox"
},
{
"title": "pihole",
"path": "[[workspace]]/content/posts/privacy/pihole"
},
{
"title": "AdGuard",
"path": "[[workspace]]/content/posts/privacy/AdGuard"
}
],
"frontMatter.website.host": "https://secure-bits.org",
"frontMatter.git.commitMessage": "update new md",
"frontMatter.content.snippets": {
"Visit Help-page": {
"description": "",
"body": [
"> ## Questions and answers",
"> ",
"> If you have any questions or feedback about this blog or YouTube channel, please use my help page. Here you will find questions and answers about the various posts. You are also welcome to ask your own question here.",
">",
"> [**Visit the Help-page**](https://help.secure-bits.org/)"
],
"fields": []
},
"Help deutsch": {
"description": "",
"body": [
"> ## Fragen und Antworten",
">",
"> Wenn du Fragen oder Feedback zu diesem Bl/posts/linux/scripting/automatische-update-rhel-bash-script/og oder YouTube-Kanal hast, dann nutze bitte meine Hilfeseite. Dort findest du Fragen und Antworten zu den verschiedenen Beiträgen. Du kannst dort auch gerne deine eigene Frage stellen.",
">",
"> [**Zur Hilfeseite**](https://help.secure-bits.org)"
],
"fields": []
},
"Info": {
"description": "Info Alert",
"body": [
"{{< alert type=\"info\" >}}",
"This is sample alert with `type=\"info\"`.",
"{{< /alert >}}"
],
"fields": []
},
"Warning": {
"description": "Warning alert",
"body": [
"{{< alert type=\"warning\" >}}",
"This is sample alert with `type=\"warning\"`.",
"{{< /alert >}}"
],
"fields": []
},
"Danger": {
"description": "Danger alert",
"body": [
"{{< alert type=\"danger\" >}}",
"This is sample alert with `type=\"danger\"`.",
"{{< /alert >}}",
""
],
"fields": []
},
"Success": {
"description": "Success Alert",
"body": [
"{{< alert type=\"success\" >}}",
"This is sample alert with `type=\"success\"`.",
"{{< /alert >}}",
""
],
"fields": []
},
"Vertical Space": {
"description": "",
"body": "{{< vs 3>}}",
"fields": []
},
"Affiliate-Links Bücher": {
"description": "",
"body": [
"---",
"<!-- FM:Snippet:Start data:{\"id\":\"Vertical Space\",\"fields\":[]} -->",
"{{< vs 3>}}",
"<!-- FM:Snippet:End -->",
"",
"<!-- FM:Snippet:Start data:{\"id\":\"Help deutsch\",\"fields\":[]} -->",
"",
"",
"> ## Bücher zum Thema Bash (Shell)-Scripting",
"> ---",
"> **Zwei wirklich gut Bücher zum Thema Shell-Scripting kann ich euch hier empfehlen und besitze diese beiden Bücher auch selbst.**",
"> ",
"> Das sind beides super Nachschlage- / Übungs-Bücher und ihr bekommt für **5€ Aufpreis**, dass passende **E-Book dazu** (*nur bei der Bestellung direkt beim Rheinwerk-Verlag*)!",
">",
"> ",
">> *Hinweis: Beide Links sind Affiliate-Links, kostet aber für euch keinen 'Cent' mehr und ihr unterstützt automatisch diesen Blog.* ",
"",
"{{< vs 3>}}",
"",
"{{< split 6 6 >}}",
"",
"",
"**Scripting | Das Praxisbuch für Administratoren und DevOps-Teams**",
"",
"",
"",
"[Hier anschauen beim Rheinwerk-Verlag](https://www.rheinwerk-verlag.de/shell-programmierung-das-umfassende-handbuch/?GPP=securebits)",
"",
"**Aus dem Inhalt:**",
"",
"",
" - Bash, ZSH und die Linux-Toolbox",
" - PowerShell und CmdLets",
" - Python und Pip",
" - SSH, VSCode, Git, Curl: Werkzeugenkasten für moderne Scripts",
" - Scripts automatisch ausführen: Cron und Task Scheduler",
" - Backups automatisieren",
" - Bilder verarbeiten",
" - Monitoring: Logging-Dateien auswerten",
" - Web-Scraping und -Mining",
" - Scripting in der AWS-Cloud",
" - Scripte in Docker-Containern",
"",
"---",
"**Shell-Programmierung | Das umfassende Handbuch**",
"",
"",
"",
"[Hier anschauen beim Rheinwerk-Verlag](https://www.rheinwerk-verlag.de/scripting-das-praxisbuch-fuer-administratoren-und-devops-teams/?GPP=securebits)",
"",
"",
"",
"**Aus dem Inhalt:**",
"",
" - Einführung in die Shells",
" - Variablen, Parameter und Argumente",
" - Kontrollstrukturen, Funktionen und Signale",
" - Ein/Ausgabe im Terminal",
" - Fehlersuche und Debugging",
" - Reguläre Ausdrücke und grep",
" - Der Stream-Editor sed",
" - Programmieren mit awk",
" - GUIs mit zenity",
" - Shell-Befehle im Überblick",
" - Scripts u. a. für die Systemadministration, Backup",
"",
"{{< /split >}}",
"",
"---",
"{{< vs 3>}}"
],
"fields": []
}
}
}