cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
e1dc1624c4cadd12690ba0c6166a35eeec9807ae
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2026-08-22T04:09:18Z
content/blog/2021-03-28-vaporwave-vs-outrun.org | 4 ++-- content/blog/2022-02-22-tuesday.org | 2 +- content/blog/2022-06-01-ditching-cloudflare.org | 2 +- content/blog/2022-06-22-daily-poetry.org | 2 +- content/blog/2022-12-23-alpine-desktop.org | 2 +- content/blog/2023-02-02-exploring-hare.org | 2 +- content/blog/2023-06-30-self-hosting-voyager.org | 3 +-- content/blog/2023-10-04-digital-minimalism.org | 2 +- .../blog/2023-10-17-self-hosting-anonymousoverflow.org | 5 ++--- content/blog/2024-08-11-org-mode-features.org | 16 ++++++++-------- content/blog/2025-09-25-minimalist-website-redesign.org | 2 +- content/blog/2026-03-30-hutch-ios.org | 2 +- 12 files changed, 21 insertions(+), 23 deletions(-) @@ -115,11 +115,11 @@ does is Kung Fury: #+caption: Kung Fury #+attr_html: :alt The movie cover for Kung Fury, showing the proteagonist in a city at night with a moon. -[[https://img.cleberg.net/blog/20210328-vaporwave-vs-outrun/kung-fury.webp]] +[[https://img.cleberg.net/blog/20210328-vaporwave-vs-outrun/kung-fury.jpg]] #+caption: Kung Fury Hacker Scene #+attr_html: :alt The HACKERMAN scene from Kung Fury, showing a classic 1980's hacker in a computer room. -[[https://img.cleberg.net/blog/20210328-vaporwave-vs-outrun/kung-fury-hacker.webp]] +[[https://img.cleberg.net/blog/20210328-vaporwave-vs-outrun/kung-fury-hacker.jpg]] * Conclusion @@ -24,7 +24,7 @@ Let's look at everything that fell in place today: languages derived their version of Tuesday from the Old Church Slavonic word =въторъ=, meaning "the second." 5. Written in the classic monospaced, digital font (think of digital clocks from - the 80s/90s), there is nice symmetry to the numbers ([[https://img.cleberg.net/blog/20220222-tuesday/digital_font.webp][view the image here]]!). + the 80s/90s), there is nice symmetry to the numbers. 6. This one isn't naturally-occurring, but it seems people around the world are celebrating the day. For example, a group is putting together [[https://www.eventbrite.com/e/2-22-22-a-collective-wedding-ceremony-at-the-state-capitol-tickets-211434605597][a wedding of 222 couples at the California State Capitol in Sacramento]], concluding at @@ -72,7 +72,7 @@ address of 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 [[https://cleberg.net/blog/set-up-nginx-reverse-proxy/][my own reverse proxy with Nginx]]. With the recent additions of Unifi +hosting [[/blog/nginx-reverse-proxy.html][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 Cloudflare. @@ -8,7 +8,7 @@ I don't want to bury the lede here, so if you'd like to see the full source code I use to email myself plaintext poems daily, visit the repository: -[[https://git.sr.ht/~ccleberg/daily-poem][daily-poem.git]]. +[[https://github.com/krazywarez/daily-poem][daily-poem.git]]. * My Daily Dose of Poetry @@ -169,7 +169,7 @@ doas apk add brightnessctl \ # Brightness controller #+end_src From here, I use my Syncthing storage to pull all the configuration files I -stored from prior desktops, such as my [[https://git.sr.ht/~ccleberg/dotfiles][dotfiles]]. +stored from prior desktops, such as my [[https://github.com/ccleberg/dotfiles][dotfiles]]. * Resolving Issues @@ -51,7 +51,7 @@ page. ** Creating a Test Project -In order to play with the language, I created [[https://git.sr.ht/~ccleberg/learn/tree/main/item/hare][learn/hare]] and will be putting any +In order to play with the language, I created [[https://github.com/ccleberg/learn/tree/main/hare][learn/hare]] and will be putting any of my Hare-related adventures in here. Luckily, Hare doesn't require any complex set-up tools or build @@ -120,5 +120,4 @@ sudo systemctl restart nginx.service The site will now be available at the =server_name= you specified above! -You can visit my instance at -[[https://voyager.cleberg.net][voyager.cleberg.net]] for an example. +I ran an instance at =voyager.cleberg.net=, which is no longer online. @@ -4,7 +4,7 @@ #+slug: digital-minimalism #+filetags: :linux:privacy: -I've written [[https://cleberg.net/wiki/#digital-garden][a note about minimalism]] +I've written [[/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. @@ -7,7 +7,7 @@ * Overview I recently launched an instance of AnonymousOverflow at -[[https://ao.cleberg.net][ao.cleberg.net]] and wanted to write a brief +=ao.cleberg.net= and wanted to write a brief post on how easy it is to install with Docker Compose and Nginx. This guide uses Ubuntu server, Docker Compose, and Nginx as a reverse @@ -128,5 +128,4 @@ sudo ln -s /etc/nginx/sites-available/ao /etc/nginx/sites-enabled/ao sudo systemctl restart nginx.service #+end_src -The website will now be available publicly. Visit -[[https://ao.cleberg.net][my instance]] for an example. +The website will now be available publicly. @@ -7,7 +7,7 @@ * Cycling (Folding) #+begin_quote -[[https://git.sr.ht/~ccleberg/cleberg.net/tree/main/item/content/blog/2024-08-11-org-mode-features.org#L7][View this section]] in org-mode. +[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org#L7][View this section]] in org-mode. #+end_quote My absolute top-used feature is [[https://orgmode.org/manual/Global-and-local-cycling.html][global and local cycling]] and it's not even @@ -55,7 +55,7 @@ at the top of the buffer: * TODO Lists #+begin_quote -[[https://git.sr.ht/~ccleberg/cleberg.net/tree/main/item/content/blog/2024-08-11-org-mode-features.org#L55][View this section]] in org-mode. +[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org#L55][View this section]] in org-mode. #+end_quote Next up on in this post are [[https://orgmode.org/manual/TODO-Items.html][TODO Lists]]. Being able to combine note taking and @@ -106,7 +106,7 @@ that variable to alert me of tasks with iOS native notifications. * Time Stamping #+begin_quote -[[https://git.sr.ht/~ccleberg/cleberg.net/tree/main/item/content/blog/2024-08-11-org-mode-features.org#L106][View this section]] in org-mode. +[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org#L106][View this section]] in org-mode. #+end_quote Another great feature are the [[https://orgmode.org/manual/Dates-and-Times.html][dates and times]] functionalities within org-mode. @@ -137,7 +137,7 @@ different options available when creating timestamps. * Tags #+begin_quote -[[https://git.sr.ht/~ccleberg/cleberg.net/tree/main/item/content/blog/2024-08-11-org-mode-features.org#L137][View this section]] in org-mode. +[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org#L137][View this section]] in org-mode. #+end_quote Next up are [[https://orgmode.org/manual/Tags.html][Tags]], which provide a way to document contexts within and across @@ -161,7 +161,7 @@ m= and search for a tag of your choosing. * Tables #+begin_quote -[[https://git.sr.ht/~ccleberg/cleberg.net/tree/main/item/content/blog/2024-08-11-org-mode-features.org#L161][View this section]] in org-mode. +[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org#L161][View this section]] in org-mode. #+end_quote One of the most inconvenient parts of writing in Markdown was dealing with @@ -231,7 +231,7 @@ on the second line. * Source Code Blocks #+begin_quote -[[https://git.sr.ht/~ccleberg/cleberg.net/tree/main/item/content/blog/2024-08-11-org-mode-features.org#L231][View this section]] in org-mode. +[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org#L231][View this section]] in org-mode. #+end_quote ** Introduction to Source Code Blocks @@ -301,7 +301,7 @@ results below the code block. * Exporting and Publishing #+begin_quote -[[https://git.sr.ht/~ccleberg/cleberg.net/tree/main/item/content/blog/2024-08-11-org-mode-features.org#L301][View this section]] in org-mode. +[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org#L301][View this section]] in org-mode. #+end_quote I would be remiss if I did not mention the native [[https://orgmode.org/manual/Exporting.html][exporting and publishing]] @@ -335,7 +335,7 @@ external [[https://orgmode.org/tools.html][tools]], including [[https://orgmode. * Agenda #+begin_quote -[[https://git.sr.ht/~ccleberg/cleberg.net/tree/main/item/content/blog/2024-08-11-org-mode-features.org#L335][View this section]] in org-mode. +[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org#L335][View this section]] in org-mode. #+end_quote Last, but not least, are [[https://orgmode.org/manual/Agenda-Views.html][Agenda Views]]. With agenda views, you can easily view @@ -44,7 +44,7 @@ With all of that out of the way, let's get on with it. * Core Changes Below is a quick audit of the original style sheet and markup, and the elements -I've removed or added. For more in-depth information, refer to the [[https://git.sr.ht/~ccleberg/cleberg.net/commit/6eb7d43fc257638583e6a4ffefefc47f730595e4][git diff]]. +I've removed or added. For more in-depth information, refer to the [[https://github.com/ccleberg/cleberg.net/commit/6eb7d43fc257638583e6a4ffefefc47f730595e4][git diff]]. w*HTML* @@ -19,7 +19,7 @@ project pages: - [[https://zerolabs.sh/hutch/][Website]] *Development* -- [[https://git.sr.ht/~ccleberg/Hutch][Source]] +- [[https://github.com/krazywarez/hutch][Source]] - [[https://sr.ht/~ccleberg/Hutch][Project]] - [[https://todo.sr.ht/~ccleberg/Hutch][Issues]]