Skip to content

Commit edfd13e

Browse files
author
marci
committed
Füge Fragen und Antworten zur Hilfeseite in die Pi-hole Installationsanleitungen hinzu
1 parent 6500722 commit edfd13e

3 files changed

Lines changed: 40 additions & 3 deletions

File tree

content/posts/privacy/pihole/pihole-installation-debian.de.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,4 +300,12 @@ pi-hole -up
300300

301301
Eine bebilderte Anleitung über die Einrichtung einer FritzBox und auch die Konfiguration für andere Arten der Nutzung der Pi-hole Installation findet ihr auch in der Dokumentation vom Pi-hole-Projekt.
302302

303-
[Webseite besuchen](https://docs.pi-hole.net/routers/fritzbox-de/)
303+
[Webseite besuchen pihole.net](https://docs.pi-hole.net/routers/fritzbox-de/)
304+
305+
<!-- FM:Snippet:Start data:{"id":"Help deutsch","fields":[]} -->
306+
> ## Fragen und Antworten
307+
>
308+
> Wenn Sie Fragen oder Feedback zu diesem Blog oder YouTube-Kanal haben, nutzen Sie bitte meine Hilfeseite. Dort finden Sie Fragen und Antworten zu den verschiedenen Beiträgen. Sie können dort auch gerne Ihre eigene Frage stellen.
309+
>
310+
> [**Zur Hilfeseite**](https://ticket.secure-bits.org/help)
311+
<!-- FM:Snippet:End -->

content/posts/privacy/pihole/pihole-installation-debian.en.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,3 +278,9 @@ pi-hole -up
278278
You can find illustrated instructions on setting up a FritzBox and configuring other types of Pi-hole installations in the Pi-hole project documentation.
279279

280280
[Visit website pihole.net](https://docs.pi-hole.net/routers/fritzbox-de/)
281+
282+
> ## Questions and answers
283+
>
284+
> 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.
285+
>
286+
> [**Visit the Help-page**](https://ticket.secure-bits.org/help)

frontmatter.json

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585
"ipconfig"
8686
]
8787
}
88-
8988
]
9089
}
9190
],
@@ -163,5 +162,29 @@
163162
}
164163
],
165164
"frontMatter.website.host": "https://secure-bits.org",
166-
"frontMatter.git.commitMessage": "update new md"
165+
"frontMatter.git.commitMessage": "update new md",
166+
"frontMatter.content.snippets": {
167+
"Visit Help-page": {
168+
"description": "",
169+
"body": [
170+
"> ## Questions and answers",
171+
"> ",
172+
"> 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.",
173+
">",
174+
"> [**Visit the Help-page**](https://ticket.secure-bits.org/help)"
175+
],
176+
"fields": []
177+
},
178+
"Help deutsch": {
179+
"description": "",
180+
"body": [
181+
"> ## Fragen und Antworten",
182+
">",
183+
"> Wenn Sie Fragen oder Feedback zu diesem Blog oder YouTube-Kanal haben, nutzen Sie bitte meine Hilfeseite. Dort finden Sie Fragen und Antworten zu den verschiedenen Beiträgen. Sie können dort auch gerne Ihre eigene Frage stellen.",
184+
">",
185+
"> [**Zur Hilfeseite**](https://ticket.secure-bits.org/help)"
186+
],
187+
"fields": []
188+
}
189+
}
167190
}

0 commit comments

Comments
 (0)