aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
-rw-r--r--content/blog/2022-06-22-daily-poetry.md2
-rw-r--r--content/services.md4
-rw-r--r--templates/base.html2
-rw-r--r--templates/index.html4
5 files changed, 8 insertions, 9 deletions
diff --git a/README.md b/README.md
index 6f0edcc..7fd1741 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,7 @@
[cleberg.net](https://cleberg.net) is my personal webpage.
-This README is viewable on
-[git.cleberg.net](https://git.cleberg.net/?p=cleberg.net.git;a=blob;f=README.org;h=155f4696a09503411730afc422b7fb49acbef8f3;hb=HEAD).
+This README is viewable on [sourcehut](https://git.sr.ht/~cyborg/cleberg.net).
## Overview
@@ -20,7 +19,7 @@ the Zola documentation for further configuration options.
To get running:
```sh
-git clone https://git.cleberg.net/cleberg.net.git && \
+git clone https://git.sr.ht/~cyborg/cleberg.net && \
cd cleberg.net && \
zola build
```
diff --git a/content/blog/2022-06-22-daily-poetry.md b/content/blog/2022-06-22-daily-poetry.md
index 96f11b2..126df0b 100644
--- a/content/blog/2022-06-22-daily-poetry.md
+++ b/content/blog/2022-06-22-daily-poetry.md
@@ -9,7 +9,7 @@ draft = false
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:
-[daily-poem.git](https://git.cleberg.net/?p=daily-poem.git;a=summary).
+[daily-poem.git](https://git.sr.ht/~cyborg/daily-poem).
# My Daily Dose of Poetry
diff --git a/content/services.md b/content/services.md
index 037fbf3..20aa923 100644
--- a/content/services.md
+++ b/content/services.md
@@ -18,5 +18,5 @@ draft = false
metasearch engine
See the [git
-log](https://git.cleberg.net/?p=cleberg.net.git;a=history;f=content/services/index.org;h=b9ecca2567a02711a33bb633d45f790610ed9214;hb=HEAD)
-if you want to see changes that have been made.
+log](https://git.sr.ht/~cyborg/cleberg.net/log/main/item/content/services.md) if
+you want to see changes that have been made.
diff --git a/templates/base.html b/templates/base.html
index 140ba9a..a645150 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -42,7 +42,7 @@
<footer>
<p>Last build: {{ now() | date(format="%Y-%m-%d %H:%M:%S") }}</p>
- <p><a href="https://git.cleberg.net/?p=cleberg.net.git;a=summary"
+ <p><a href="https://git.sr.ht/~cyborg/cleberg.net"
target="_blank" rel="noopener">Source Code</a></p>
<p><a href="/atom.xml">Atom RSS Feed</a></p>
</footer>
diff --git a/templates/index.html b/templates/index.html
index 449a05c..767ff78 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -37,8 +37,8 @@ uid [ultimate] Christian Cleberg &lt;hello@cleberg.net&gt;</pre>
<li>hello [at] cleberg.net (<a href="/gpg.txt">GPG</a>)</li>
<li><a href="https://matrix.to/#/@cyborg:matrix.tchncs.de"
target="_blank" rel="noopener">@cyborg:@matrix.tchncs.de</a></li>
- <li><a href="https://git.cleberg.net/" target="_blank"
- rel="noopener">Git</a></li>
+ <li><a href="https://https://git.sr.ht/~cyborg/" target="_blank"
+ rel="noopener">Sourcehut</a></li>
</ul>
</section>
{% endblock content %}