diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-08-25 19:09:37 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-08-25 19:09:37 -0500 |
commit | 2281b807cca2666aa3ee836a3bb4e1976bb33937 (patch) | |
tree | a0f7c58ee14ffacfc1c811a45d9f57b6d1527f55 /content/blog | |
parent | e483f5a3efdbd037da9ace08f2c2a20a340ff22a (diff) | |
download | cleberg.net-2281b807cca2666aa3ee836a3bb4e1976bb33937.tar.gz cleberg.net-2281b807cca2666aa3ee836a3bb4e1976bb33937.tar.bz2 cleberg.net-2281b807cca2666aa3ee836a3bb4e1976bb33937.zip |
fix static links for org-mode
Diffstat (limited to 'content/blog')
-rw-r--r-- | content/blog/2022-02-10-njalla-dns-api.org | 4 | ||||
-rw-r--r-- | content/blog/2022-03-24-server-hardening.org | 4 | ||||
-rw-r--r-- | content/blog/2022-06-01-ditching-cloudflare.org | 2 | ||||
-rw-r--r-- | content/blog/2023-10-04-digital-minimalism.org | 2 | ||||
-rw-r--r-- | content/blog/2024-03-29-org-blog.org | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/content/blog/2022-02-10-njalla-dns-api.org b/content/blog/2022-02-10-njalla-dns-api.org index 919cb7e..b68d5ac 100644 --- a/content/blog/2022-02-10-njalla-dns-api.org +++ b/content/blog/2022-02-10-njalla-dns-api.org @@ -6,9 +6,9 @@ * Njalla's API As noted in my recent post about -[[file:///blog/ditching-cloudflare/][switching to Njalla from +[[https://cleberg.net/blog/ditching-cloudflare/][switching to Njalla from Cloudflare]], I was searching for a way to replace my very easy-to-use -bash script to [[file:///blog/cloudflare-dns-api/][update Cloudflare's +bash script to [[https://cleberg.net/blog/cloudflare-dns-api/][update Cloudflare's DNS via their API]]. To reiterate what I said in those posts, this is a common necessity for diff --git a/content/blog/2022-03-24-server-hardening.org b/content/blog/2022-03-24-server-hardening.org index c042c67..7c9af8d 100644 --- a/content/blog/2022-03-24-server-hardening.org +++ b/content/blog/2022-03-24-server-hardening.org @@ -110,7 +110,7 @@ via your randomized port. ** =ufw= -To see how to configure =ufw=, see my other post: [[/blog/ufw.html][Secure Your +To see how to configure =ufw=, see my other post: [[https://cleberg.net/blog/ufw.html][Secure Your Network with the Uncomplicated Firewall]]. The general notion with an on-device firewall is that you want to deny all @@ -196,7 +196,7 @@ sudo ufw enable This process involves editing a couple files and installing an MFA package, so I will not include all the details in this post. To see how to configure - MFA for =ssh=, see my other post: [[/blog/ssh-mfa.html][Enabling MFA for + MFA for =ssh=, see my other post: [[https://cleberg.net/blog/ssh-mfa.html][Enabling MFA for SSH]]. ** =fail2ban= diff --git a/content/blog/2022-06-01-ditching-cloudflare.org b/content/blog/2022-06-01-ditching-cloudflare.org index 8ef8dc2..4b18b91 100644 --- a/content/blog/2022-06-01-ditching-cloudflare.org +++ b/content/blog/2022-06-01-ditching-cloudflare.org @@ -77,7 +77,7 @@ the server hosting my various websites and apps. However, as I was moving away from Cloudflare, I was not able to find a suitable replacement that was both inexpensive and simple. So, I simply -went back to hosting [[file:///blog/set-up-nginx-reverse-proxy/][my own +went back to hosting [[https://cleberg.net/blog/set-up-nginx-reverse-proxy/][my own reverse proxy with Nginx]]. With the recent additions of Unifi hardware in my server/network rack, I am much more protected against spam and malicious attacks at the network edge than I was before I switched to diff --git a/content/blog/2023-10-04-digital-minimalism.org b/content/blog/2023-10-04-digital-minimalism.org index 6290ef7..798d3ff 100644 --- a/content/blog/2023-10-04-digital-minimalism.org +++ b/content/blog/2023-10-04-digital-minimalism.org @@ -3,7 +3,7 @@ #+description: #+slug: digital-minimalism -I've written [[file:///wiki/#digital-garden][a note about minimalism]] +I've written [[https://cleberg.net/wiki/#digital-garden][a note about minimalism]] before, but I wanted to dedicate some time to reflect on digital minimalism and how I've been able to minimize the impact of digital devices in my life. diff --git a/content/blog/2024-03-29-org-blog.org b/content/blog/2024-03-29-org-blog.org index c219a71..db60c65 100644 --- a/content/blog/2024-03-29-org-blog.org +++ b/content/blog/2024-03-29-org-blog.org @@ -10,7 +10,7 @@ last night. This post focuses specifically on the configuration and tools I use to blog from Emacs with Org-Mode and does not focus on Emacs or Org-Mode themselves. Refer to the post I wrote about -[[file:///blog/doom-emacs-org-mode.html][Doom Emacs & Org-Mode]] for +[[https://cleberg.net/blog/doom-emacs-org-mode.html][Doom Emacs & Org-Mode]] for more information about my base Emacs configuration. * Weblorg |