aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-10-21 06:45:03 -0500
committerChristian Cleberg <hello@cleberg.net>2024-10-21 06:45:03 -0500
commitbb4dbb82897d1a1c2c388834920caf0a6250fd1e (patch)
treede9759762c7270862df29adf6ef6f8b98f5b245d
parent759efab52be8532b2d5f55821b47a12ddce200f5 (diff)
downloadcleberg.net-bb4dbb82897d1a1c2c388834920caf0a6250fd1e.tar.gz
cleberg.net-bb4dbb82897d1a1c2c388834920caf0a6250fd1e.tar.bz2
cleberg.net-bb4dbb82897d1a1c2c388834920caf0a6250fd1e.zip
partial fix of outdated git links
-rw-r--r--README.org2
-rwxr-xr-xbuild.sh3
-rw-r--r--content/services/index.org2
-rw-r--r--theme/templates/base.html5
-rw-r--r--theme/templates/index.html2
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>