diff --git a/content/blog/network-extender.md b/content/blog/network-extender.md index ddc3dfc..593d565 100644 --- a/content/blog/network-extender.md +++ b/content/blog/network-extender.md @@ -16,7 +16,9 @@ Just in case, you might also want to keep around a USB keyboard and an HDMI moni ### Switch to systemd-networkd -

This setup will break any DNS servers already running on your Pi, such as Pi-Hole, so make sure you know what you're getting into.

+{% alert(type="warning") %} +This setup will break any DNS servers already running on your Pi, such as Pi-Hole, so make sure you know what you're getting into. +{% end %} You need to be root for the whole guide, so either use `sudo -Es` or `sudo su` to switch to the root user. @@ -65,7 +67,9 @@ network={ } ``` -

Your password will be stored in plain text so make sure this file is not readable by anyone you don't want seeing the password.

+{% alert(type="warning") %} +Your password will be stored in plain text so make sure this file is not readable by anyone you don't want seeing the password +{% end %} ### Setting up the bridge diff --git a/templates/shortcodes/alert.html b/templates/shortcodes/alert.html new file mode 100644 index 0000000..76ac05b --- /dev/null +++ b/templates/shortcodes/alert.html @@ -0,0 +1,3 @@ +

+{{ body | safe }} +