From c1b13e2933ef49b31a3d5d90cf64fa24f1763d99 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 18 Mar 2026 12:41:10 -0500 Subject: update git links --- README.md | 2 +- build.py | 2 +- content/apps/index.org | 6 +++--- 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/2024-08-11-org-mode-features.org | 16 ++++++++-------- content/blog/2025-09-25-minimalist-website-redesign.org | 2 +- content/now/index.org | 2 +- content/uses/index.org | 4 ++-- theme/templates/base.html | 2 +- 11 files changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 9bbb033..a586b9e 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ To obtain a working copy of this repository, execute the following commands within a shell environment or Emacs shell interface: ``` shell -git clone https://github.com/ccleberg/cleberg.net +git clone https://git.sr.ht/~ccleberg/cleberg.net cd cleberg.net emacs -nw ``` diff --git a/build.py b/build.py index 5d11783..b3e04a4 100644 --- a/build.py +++ b/build.py @@ -514,7 +514,7 @@ def generate_tags_page(content_dir="./content/blog", build_dir="./.build"): {"".join(f"
{s}
" for s in sections)}