cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

76d68acf0c67e42b248144300ee9abd536bd8a01

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2024-10-21T11:45:03Z

partial fix of outdated git links
 README.org                 | 2 +-
 build.sh                   | 3 ---
 content/services/index.org | 2 +-
 theme/templates/base.html  | 5 ++---
 theme/templates/index.html | 2 +-
 5 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/README.org b/README.org
index 7fafae4..03a6ede 100644
--- a/README.org
+++ b/README.org
@@ -49,4 +49,4 @@ running =C-x i= (=insert-file-contents=), and then direct it to the
 
 ** Tasks
 
-Refer to the [[https://todo.sr.ht/~cyborg/cleberg.net][todo page]] for open tickets or to submit a new ticket.
+Refer to the [[https://github.com/ccleberg/cleberg.net/issues][issues page]] for open tickets or to submit a new ticket.
diff --git a/build.sh b/build.sh
index 7151fd6..de89324 100755
--- a/build.sh
+++ b/build.sh
@@ -10,9 +10,6 @@ if [ "$answer" != "${answer#[Yy]}" ] ; then
 		emacs --script publish.el &>/dev/null		 && \
 		minify -o theme/static/styles.min.css		    \
 		theme/static/styles.css				 && \
-		pandoc -f org -t html readme.org  -o readme.html && \
-		hut git update --readme readme.html --repo          \
-		https://git.sr.ht/\~cyborg/cleberg.net           && \
 		rsync -r --delete-before .build/*		    \
 		ubuntu:/var/www/cleberg.net/
 	else
diff --git a/content/services/index.org b/content/services/index.org
index c610b35..efc355f 100644
--- a/content/services/index.org
+++ b/content/services/index.org
@@ -11,4 +11,4 @@
 - [[https://rimgo.cleberg.net/][Rimgo]] - An alternative frontend for Imgur
 - [[https://search.cleberg.net/][SearXNG]] - A privacy-respecting, open metasearch engine
 
-See the [[https://git.sr.ht/~cyborg/cleberg.net/log/main/item/content/services.md][git log]] if you want to see changes that have been made.
+See the [[https://github.com/ccleberg/cleberg.net/commits/main/content/services/index.org][git log]] if you want to see changes that have been made.
diff --git a/theme/templates/base.html b/theme/templates/base.html
index d6b37d2..ccd7449 100644
--- a/theme/templates/base.html
+++ b/theme/templates/base.html
@@ -29,9 +29,8 @@
 	<footer>
 		<p>Last build: &lt;{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}&gt;</p>
 		<p>
-			<a href="https://git.sr.ht/~cyborg/cleberg.net"
-			target="_blank" rel="noopener">Source Code</a>
-			&middot;
+			<a href="https://github.com/ccleberg/cleberg.net" target="_blank"
+			rel="noopener">Source Code</a> &middot;
 			<a href="/feed.xml">RSS Feed</a>
 		</p>
 	</footer>
diff --git a/theme/templates/index.html b/theme/templates/index.html
index 906dd2d..5b6df91 100644
--- a/theme/templates/index.html
+++ b/theme/templates/index.html
@@ -53,7 +53,7 @@ uid           [ultimate] Christian Cleberg &lt;hello@cleberg.net&gt;</pre>
 				>@cyborg:@matrix.tchncs.de</a
 			>
 		</li>
-		<li><a href="https://git.sr.ht/~cyborg/">Sourcehut</a></li>
+		<li><a href="https://github.com/ccleberg">GitHub</a></li>
 	</ul>
 </section>